MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isFlag

Method isFlag

valdi/src/valdi/standalone_runtime/ArgumentsParser.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool Argument::isFlag() const {
109 return _isFlag;
110}
111
112bool Argument::isRemainder() const {
113 return _isRemainder;

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected