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