Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ IsSet
Method
IsSet
flag_bool_with_inverse.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(bif *BoolWithInverseFlag) IsSet() bool {
43
return
bif.hasBeenSet
44
}
45
46
func
(bif *BoolWithInverseFlag) Get() any {
47
return
bif.value.Get()
Callers
1
ExampleBoolWithInverseFlag
Function · 0.95
Calls
no outgoing calls
Tested by
1
ExampleBoolWithInverseFlag
Function · 0.76