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

Method isLocalOrReturn

libsolidity/ast/AST.cpp:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738bool VariableDeclaration::isLocalOrReturn() const
739{
740 return isReturnParameter() || (isLocalVariable() && !isCallableOrCatchParameter());
741}
742
743bool VariableDeclaration::isReturnParameter() const
744{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected