Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ hasDefaultValue
Method
hasDefaultValue
src/Argument.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
bool Argument::hasDefaultValue() const {
74
return isOptional();
75
}
76
77
bool Argument::isReq() const {
78
return isRequired();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected