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

Method docstringParsingError

liblangutil/ErrorReporter.cpp:270–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void ErrorReporter::docstringParsingError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
271{
272 error(
273 _error,
274 Error::Type::DocstringParsingError,
275 _location,
276 _description
277 );
278}
279
280void ErrorReporter::unimplementedFeatureError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
281{

Callers 6

checkParametersMethod · 0.80
parseDocStringsMethod · 0.80
resolveInheritDocMethod · 0.80
resolveInheritDocMethod · 0.80
parseDocTagParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected