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

Method info

liblangutil/ErrorReporter.cpp:307–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void ErrorReporter::info(
308 ErrorId _error,
309 SourceLocation const& _location,
310 std::string const& _description
311)
312{
313 error(_error, Error::Type::Info, _location, _description);
314}
315
316void ErrorReporter::info(ErrorId _error, std::string const& _description)
317{

Callers 5

queryMethod · 0.45
analyzeMethod · 0.45
visitNodeMethod · 0.45

Calls 1

SourceLocationClass · 0.70

Tested by

no test coverage detected