MCPcopy 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
234std::string richIdentifier(Type const* _type)
235{
236 return _type ? _type->richIdentifier() : "";
237}
238
239std::string identifierList(std::vector<Type const*> const& _list)
240{

Callers 3

identifierListFunction · 0.85
identifierMethod · 0.85
fullDecompositionMethod · 0.85

Calls 1

richIdentifierMethod · 0.45

Tested by

no test coverage detected