Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Get
Method
Get
flag_bool_with_inverse.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(bif *BoolWithInverseFlag) Get() any {
47
return
bif.value.Get()
48
}
49
50
func
(bif *BoolWithInverseFlag) RunAction(ctx context.Context, cmd *Command) error {
51
if
bif.Action != nil {
Callers
1
RunAction
Method · 0.95
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected