Update staticAnalysisCommon.ts

pull/5558/head
XxAlex74xX 1 month ago committed by Aniket
parent 51eb2131c1
commit e1a81bad3f
  1. 2
      libs/remix-analyzer/src/solidity-analyzer/modules/staticAnalysisCommon.ts

@ -179,7 +179,7 @@ function getFunctionCallType (func: FunctionCallAstNode): string {
}
/**
* Get the variable name written to by a effect node, except for inline assembly because there is no information to find out where we write to. Trows if not a effect node or is inlineassmbly.
* Get the variable name written to by a effect node, except for inline assembly because there is no information to find out where we write to. Throws if not a effect node or is inline assembly.
* Example: x = 10; => x
* @effectNode {ASTNode} Assignment node
* @return {string} variable name written to

Loading…
Cancel
Save