Static
getDerives the function call name from a static or method call expression.
The call expression.
Optional
currentContractName: stringThe name of the current contract, if available.
The fully qualified function name, or undefined
if it cannot be determined.
Represents the call graph, a directed graph where nodes represent functions or methods, and edges indicate calls between them.