MCPcopy Create free account
hub / github.com/chain/txvm / String

Method String

cmd/hex/flag.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27func (b *notBoolValue) Get() interface{} { return bool(*b) }
28
29func (b *notBoolValue) String() string { return fmt.Sprintf("%v", !*b) }
30
31func (b *notBoolValue) IsBoolFlag() bool { return true }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected