MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / IsBoolean

Function IsBoolean

pkg/filter/fields/fields.go:101–103  ·  view source on GitHub ↗

IsBoolean determines if the given field has the bool type.

(f Field)

Source from the content-addressed store, hash-verified

99
100// IsBoolean determines if the given field has the bool type.
101func IsBoolean(f Field) bool {
102 return fields[f].Type == params.Bool
103}

Callers 1

CompileMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected