Update functionCallGraph.ts

pull/5581/head
Fallengirl 1 month ago committed by Aniket
parent 97c107a4a9
commit 22ef3f8fe3
  1. 2
      libs/remix-analyzer/src/solidity-analyzer/modules/functionCallGraph.ts

@ -33,7 +33,7 @@ function buildLocalFuncCallGraphInternal (functions: FunctionHLAst[], nodeFilter
* "functions": {
* "KingOfTheEtherThrone.claimThrone(string memory)": { // function in KingOfEtherThrone
* "node": {...}, // function node as defined in abstractAstView.js
* "calls": { // list of full qualified function names which are called form this function
* "calls": { // list of full qualified function names which are called from this function
* }
* }
* }

Loading…
Cancel
Save