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

Method endVisit

libsolidity/analysis/StaticAnalyzer.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void StaticAnalyzer::endVisit(ContractDefinition const&)
114{
115 m_library = false;
116 m_currentContract = nullptr;
117}
118
119bool StaticAnalyzer::visit(FunctionDefinition const& _function)
120{

Callers

nothing calls this directly

Calls 6

isTryCatchParameterMethod · 0.80
emptyMethod · 0.45
warningMethod · 0.45
locationMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected