Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setChoiceIndex
Method
setChoiceIndex
valdi/src/valdi/standalone_runtime/ArgumentsParser.cpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void Argument::setChoiceIndex(size_t choiceIndex) {
77
_choiceIndex = choiceIndex;
78
}
79
80
StringBox Argument::value() {
81
if (_values.empty()) {
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected