MCPcopy
hub / github.com/urfave/cli / IsSet

Method IsSet

flag.go:111–111  ·  view source on GitHub ↗

Whether the flag has been set or not

()

Source from the content-addressed store, hash-verified

109
110 // Whether the flag has been set or not
111 IsSet() bool
112}
113
114// RequiredFlag is an interface that allows us to mark flags as required

Callers 12

checkVersionFunction · 0.65
RunMethod · 0.65
TestFlagsFromEnvFunction · 0.65
runMethod · 0.65
checkMethod · 0.65
TestPersistentFlagIsSetFunction · 0.65
checkRequiredFlagMethod · 0.65
NumFlagsMethod · 0.65
IsSetMethod · 0.65
LocalFlagNamesMethod · 0.65

Implementers 3

BoolWithInverseFlagflag_bool_with_inverse.go
extFlagflag_ext.go
customBoolFlagcommand_test.go

Calls

no outgoing calls

Tested by 5

RunMethod · 0.52
TestFlagsFromEnvFunction · 0.52
TestPersistentFlagIsSetFunction · 0.52