MCPcopy
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
42func (bif *BoolWithInverseFlag) IsSet() bool {
43 return bif.hasBeenSet
44}
45
46func (bif *BoolWithInverseFlag) Get() any {
47 return bif.value.Get()

Callers 1

Calls

no outgoing calls

Tested by 1