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

Method parseDocStrings

libsolidity/analysis/DocStringTagParser.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42using namespace solidity::frontend;
43
44bool DocStringTagParser::parseDocStrings(SourceUnit const& _sourceUnit)
45{
46 auto errorWatcher = m_errorReporter.errorWatcher();
47 _sourceUnit.accept(*this);
48 return errorWatcher.ok();
49}
50
51bool DocStringTagParser::validateDocStringsUsingTypes(SourceUnit const& _sourceUnit)
52{

Callers 1

analyzeMethod · 0.80

Calls 9

errorWatcherMethod · 0.80
documentationMethod · 0.80
docstringParsingErrorMethod · 0.80
acceptMethod · 0.45
okMethod · 0.45
parseMethod · 0.45
locationMethod · 0.45
sizeMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected