Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ IsSet
Method
IsSet
flag.go:111–111 ·
view source on GitHub ↗
Whether the flag has been set or not
()
Source
from the content-addressed store, hash-verified
109
110
// Whether the flag has been set or not
111
IsSet() bool
112
}
113
114
// RequiredFlag is an interface that allows us to mark flags as required
Callers
12
TestGenericFlag_SatisfiesFlagInterface
Function · 0.95
checkVersion
Function · 0.65
Run
Method · 0.65
TestFlagsFromEnv
Function · 0.65
run
Method · 0.65
check
Method · 0.65
TestPersistentFlagIsSet
Function · 0.65
TestDuplicatePersistentFlagUsesEnvSource
Function · 0.65
checkRequiredFlag
Method · 0.65
NumFlags
Method · 0.65
IsSet
Method · 0.65
LocalFlagNames
Method · 0.65
Implementers
3
BoolWithInverseFlag
flag_bool_with_inverse.go
extFlag
flag_ext.go
customBoolFlag
command_test.go
Calls
no outgoing calls
Tested by
5
TestGenericFlag_SatisfiesFlagInterface
Function · 0.76
Run
Method · 0.52
TestFlagsFromEnv
Function · 0.52
TestPersistentFlagIsSet
Function · 0.52
TestDuplicatePersistentFlagUsesEnvSource
Function · 0.52