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

Method argCount

docopt_private.h:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 std::string const& longOption() const { return fLongOption; }
268 std::string const& shortOption() const { return fShortOption; }
269 int argCount() const { return fArgcount; }
270
271 virtual size_t hash() const override {
272 size_t seed = LeafPattern::hash();

Callers 3

parse_longFunction · 0.80
parse_shortFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected