Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ appendValue
Method
appendValue
valdi/src/valdi/standalone_runtime/ArgumentsParser.cpp:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void Argument::appendValue(const StringBox& value) {
96
_values.emplace_back(value);
97
}
98
99
Ref<Argument> Argument::setAllowsMultipleValues() {
100
_allowsMultipleValues = true;
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected