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

Method hasChoices

valdi/src/valdi/standalone_runtime/ArgumentsParser.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool Argument::hasChoices() const {
65 return _hasChoices;
66}
67
68const std::vector<StringBox>& Argument::getChoices() const {
69 return _choices;

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected