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

Method type

libsolidity/ast/AST.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157Type const* ImportDirective::type() const
158{
159 solAssert(!!annotation().sourceUnit, "");
160 return TypeProvider::module(*annotation().sourceUnit);
161}
162
163bool ContractDefinition::derivesFrom(ContractDefinition const& _base) const
164{

Callers 15

visitMethod · 0.45
generateTestCaseMethod · 0.45
visitMethod · 0.45
runMethod · 0.45
CSEFunction · 0.45
fullCSEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
filterErrorsMethod · 0.45
searchErrorsMethod · 0.45
parseAndAnalyzeMethod · 0.45
filterObtainedErrorsMethod · 0.45

Calls 1

functionFunction · 0.85

Tested by 5

runMethod · 0.36
parseAndAnalyzeMethod · 0.36
filterObtainedErrorsMethod · 0.36
matchEventMethod · 0.36
parseAndAnalyzeMethod · 0.36