MCPcopy 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
95void Argument::appendValue(const StringBox& value) {
96 _values.emplace_back(value);
97}
98
99Ref<Argument> Argument::setAllowsMultipleValues() {
100 _allowsMultipleValues = true;

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected