MCPcopy Create free account
hub / github.com/hashicorp/vault / IsSet

Method IsSet

command/base_flags.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (b *BoolPtr) IsSet() bool {
58 return b.v != nil
59}
60
61func (b *BoolPtr) Get() bool {
62 if b.v == nil {

Callers 9

Test_BoolPtrFunction · 0.95
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

Test_BoolPtrFunction · 0.76