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

Method sourceUnitName

libsolidity/ast/AST.cpp:662–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662std::string Scopable::sourceUnitName() const
663{
664 return *sourceUnit().annotation().path;
665}
666
667bool Declaration::isEnumValue() const
668{

Callers 7

isRequestedContractMethod · 0.80
ethdebugMethod · 0.80
createMetadataMethod · 0.80
formatSummaryCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected