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

Method parse

test/tools/IsolTestOptions.cpp:75–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75bool IsolTestOptions::parse(int _argc, char const* const* _argv)
76{
77 bool const shouldContinue = CommonOptions::parse(_argc, _argv);
78
79 if (showHelp || !shouldContinue)
80 {
81 std::cout << options << std::endl;
82 return false;
83 }
84
85 enforceGasTest = enforceGasTest || (evmVersion() == langutil::EVMVersion{} && !useABIEncoderV1);
86
87 return shouldContinue;
88}
89
90void IsolTestOptions::validate() const
91{

Callers 4

mainFunction · 0.45
parseCommandLineFunction · 0.45
asm-json.jsFile · 0.45
determinism.jsFile · 0.45

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected