MCPcopy 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
100func newBoolValue(p **bool) *boolValue {
101 return &boolValue{p}
102}
103
104func (b *boolValue) Set(value string) error {
105 v, err := strconv.ParseBool(value)

Callers 1

NilBoolFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected