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

Struct stringQualifier

interpreter/attributes.go:819–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819type stringQualifier struct {
820 id int64
821 value string
822 celValue ref.Val
823 adapter types.Adapter
824 optional bool
825 errorOnBadPresenceTest bool
826}
827
828// ID is an implementation of the Qualifier interface method.
829func (q *stringQualifier) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected