MCPcopy Create free account
hub / github.com/argotorg/solidity / insideFunction

Method insideFunction

libyul/Scope.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool Scope::insideFunction() const
86{
87 for (Scope const* s = this; s; s = s->superScope)
88 if (s->functionScope)
89 return true;
90 return false;
91}

Callers 2

operator()Method · 0.80
checkAssignmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected