Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
507
std::string FunctionDefinition::externalSignature() const
508
{
509
return TypeProvider::function(*this)->externalSignature();
510
}
511
512
std::string FunctionDefinition::externalIdentifierHex() const
513
{
Callers
15
BOOST_AUTO_TEST_CASE
Function · 0.45
matchEvent
Method · 0.45
userDocumentation
Method · 0.45
devDocumentation
Method · 0.45
uniqueInterfaceEvents
Method · 0.45
interfaceSymbols
Method · 0.45
gasEstimates
Method · 0.45
check
Method · 0.45
endVisit
Method · 0.45
checkExternalTypeClashes
Method · 0.45
checkHashCollisions
Method · 0.45
AST.cpp
File · 0.45
Calls
1
function
Function · 0.85
Tested by
4
matchEvent
Method · 0.36
userDocumentation
Method · 0.36
devDocumentation
Method · 0.36
uniqueInterfaceEvents
Method · 0.36