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

Method report

solc/CommandLineInterface.cpp:1504–1514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502}
1503
1504void CommandLineInterface::report(langutil::Error::Severity _severity, std::string _message)
1505{
1506 SourceReferenceFormatter::printPrimaryMessage(
1507 serr(),
1508 _message,
1509 _severity,
1510 std::nullopt,
1511 coloredOutput(m_options),
1512 m_options.formatting.withErrorIds
1513 );
1514}
1515
1516}

Callers

nothing calls this directly

Calls 1

coloredOutputFunction · 0.85

Tested by

no test coverage detected