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

Method analyseDocStrings

libsolidity/analysis/DocStringAnalyser.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool DocStringAnalyser::analyseDocStrings(SourceUnit const& _sourceUnit)
116{
117 auto errorWatcher = m_errorReporter.errorWatcher();
118 _sourceUnit.accept(*this);
119 return errorWatcher.ok();
120}
121
122bool DocStringAnalyser::visit(FunctionDefinition const& _function)
123{

Callers 1

analyzeLegacyMethod · 0.80

Calls 3

errorWatcherMethod · 0.80
acceptMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected