MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / nonpositional

Method nonpositional

simcore/framework/src/cli/cli.hpp:4015–4015  ·  view source on GitHub ↗

True if option has at least one non-positional name

Source from the content-addressed store, hash-verified

4013
4014 /// True if option has at least one non-positional name
4015 bool nonpositional() const { return (snames_.size() + lnames_.size()) > 0; }
4016
4017 /// True if option has description
4018 bool has_description() const { return description_.length() > 0; }

Callers 3

_validateMethod · 0.80
make_groupsMethod · 0.80
make_usageMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected