Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
bool Argument::hasChoices() const {
65
return _hasChoices;
66
}
67
68
const std::vector<StringBox>& Argument::getChoices() const {
69
return _choices;
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected