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

Method externalIdentifierHex

libsolidity/ast/AST.cpp:512–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512std::string FunctionDefinition::externalIdentifierHex() const
513{
514 return TypeProvider::function(*this)->externalIdentifierHex();
515}
516
517FunctionDefinitionAnnotation& FunctionDefinition::annotation() const
518{

Callers 1

visitMethod · 0.45

Calls 1

functionFunction · 0.85

Tested by

no test coverage detected