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

Function coloredOutput

solc/CommandLineInterface.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167static bool coloredOutput(CommandLineOptions const& _options)
168{
169 return
170 (!_options.formatting.coloredOutput.has_value() && isatty(STDERR_FILENO)) ||
171 (_options.formatting.coloredOutput.has_value() && _options.formatting.coloredOutput.value());
172}
173
174void CommandLineInterface::handleEVMAssembly(std::string const& _contract)
175{

Callers 3

compileMethod · 0.85
assembleYulMethod · 0.85
reportMethod · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected