MCPcopy Create free account
hub / github.com/cel-expr/cel-go / boolQualifier

Struct boolQualifier

interpreter/attributes.go:1119–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117}
1118
1119type boolQualifier struct {
1120 id int64
1121 value bool
1122 celValue ref.Val
1123 adapter types.Adapter
1124 optional bool
1125 errorOnBadPresenceTest bool
1126}
1127
1128// ID is an implementation of the Qualifier interface method.
1129func (q *boolQualifier) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected