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

Method isRequired

valdi/src/valdi/standalone_runtime/ArgumentsParser.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34bool Argument::isRequired() const {
35 return _required;
36}
37
38Ref<Argument> Argument::setChoices(std::vector<StringBox> choices) {
39 _choices = std::move(choices);

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected