Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ newBoolValue
Function
newBoolValue
pkg/cmdutil/flags.go:100–102 ·
view source on GitHub ↗
(p **bool)
Source
from the content-addressed store, hash-verified
98
}
99
100
func
newBoolValue(p **bool) *boolValue {
101
return
&boolValue{p}
102
}
103
104
func
(b *boolValue) Set(value string) error {
105
v, err := strconv.ParseBool(value)
Callers
1
NilBoolFlag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected