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

Method externalSignature

libsolidity/ast/AST.cpp:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507std::string FunctionDefinition::externalSignature() const
508{
509 return TypeProvider::function(*this)->externalSignature();
510}
511
512std::string FunctionDefinition::externalIdentifierHex() const
513{

Callers 15

BOOST_AUTO_TEST_CASEFunction · 0.45
matchEventMethod · 0.45
userDocumentationMethod · 0.45
devDocumentationMethod · 0.45
uniqueInterfaceEventsMethod · 0.45
interfaceSymbolsMethod · 0.45
gasEstimatesMethod · 0.45
checkMethod · 0.45
endVisitMethod · 0.45
checkHashCollisionsMethod · 0.45
AST.cppFile · 0.45

Calls 1

functionFunction · 0.85

Tested by 4

matchEventMethod · 0.36
userDocumentationMethod · 0.36
devDocumentationMethod · 0.36
uniqueInterfaceEventsMethod · 0.36