Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
bool Argument::isRequired() const {
35
return _required;
36
}
37
38
Ref<Argument> Argument::setChoices(std::vector<StringBox> choices) {
39
_choices = std::move(choices);
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected