Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ allowsMultipleValues
Method
allowsMultipleValues
valdi/src/valdi/standalone_runtime/ArgumentsParser.cpp:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
bool Argument::allowsMultipleValues() const {
105
return _allowsMultipleValues;
106
}
107
108
bool Argument::isFlag() const {
109
return _isFlag;
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected