()
| 27 | func (b *notBoolValue) Get() interface{} { return bool(*b) } |
| 28 | |
| 29 | func (b *notBoolValue) String() string { return fmt.Sprintf("%v", !*b) } |
| 30 | |
| 31 | func (b *notBoolValue) IsBoolFlag() bool { return true } |
nothing calls this directly
no outgoing calls
no test coverage detected