MCPcopy Create free account
hub / github.com/docopt/docopt.cpp / isParsingArgv

Method isParsingArgv

docopt.cpp:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 bool isParsingArgv() const { return fIsParsingArgv; }
141
142 struct OptionError : std::runtime_error { using runtime_error::runtime_error; };
143

Callers 2

parse_longFunction · 0.80
parse_shortFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected