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

Method hasDeclaration

libsolidity/ast/Types.h:1481–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479 return *m_declaration;
1480 }
1481 bool hasDeclaration() const { return !!m_declaration; }
1482 /// @returns true if the result of this function only depends on its arguments,
1483 /// does not modify the state and is a compile-time constant.
1484 /// Currently, this will only return true for internal functions like keccak and ecrecover.

Callers 11

BOOST_AUTO_TEST_CASEFunction · 0.80
userDocumentationMethod · 0.80
devDocumentationMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
endVisitMethod · 0.80

Calls

no outgoing calls

Tested by 2

userDocumentationMethod · 0.64
devDocumentationMethod · 0.64