reflect.Value.Bool (method, view implemented interface methods)
11 uses
reflect (current package)
value.go#L281: func (v Value) Bool() bool {
value.go#L1103: return !v.Bool()
encoding/asn1
marshal.go#L481: if v.Bool() {
encoding/binary
binary.go#L636: e.bool(v.Bool())
encoding/gob
encode.go#L175: b := v.Bool()
encode.go#L446: return !val.Bool()
encoding/json
encode.go#L346: return !v.Bool()
encode.go#L541: if v.Bool() {
fmt
print.go#L743: p.fmtBool(f.Bool(), verb)
internal/fmtsort
sort.go#L124: a, b := aVal.Bool(), bVal.Bool()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)