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

Method parse

solc/CommandLineParser.cpp:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void CommandLineParser::parse(int _argc, char const* const* _argv)
294{
295 parseArgs(_argc, _argv);
296 processArgs();
297}
298
299void CommandLineParser::parseInputPathsAndRemappings()
300{

Callers 3

collect_statisticsFunction · 0.45
prepare_report.jsFile · 0.45
parseArgumentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected