| 111 | } |
| 112 | |
| 113 | void StaticAnalyzer::endVisit(ContractDefinition const&) |
| 114 | { |
| 115 | m_library = false; |
| 116 | m_currentContract = nullptr; |
| 117 | } |
| 118 | |
| 119 | bool StaticAnalyzer::visit(FunctionDefinition const& _function) |
| 120 | { |
nothing calls this directly
no test coverage detected