Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ richIdentifier
Function
richIdentifier
libsolidity/ast/Types.cpp:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
std::string richIdentifier(Type const* _type)
235
{
236
return _type ? _type->richIdentifier() :
""
;
237
}
238
239
std::string identifierList(std::vector<Type const*> const& _list)
240
{
Callers
3
identifierList
Function · 0.85
identifier
Method · 0.85
fullDecomposition
Method · 0.85
Calls
1
richIdentifier
Method · 0.45
Tested by
no test coverage detected