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

Struct nestedMsgQualifier

interpreter/attributes_test.go:1301–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299}
1300
1301type nestedMsgQualifier struct {
1302 id int64
1303 field string
1304 opt bool
1305}
1306
1307func (q *nestedMsgQualifier) ID() int64 {
1308 return q.id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected