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

Function missingIndex

interpreter/attributes.go:1444–1448  ·  view source on GitHub ↗
(missing ref.Val)

Source from the content-addressed store, hash-verified

1442}
1443
1444func missingIndex(missing ref.Val) *resolutionError {
1445 return &resolutionError{
1446 missingIndex: missing,
1447 }
1448}
1449
1450func missingKey(missing ref.Val) *resolutionError {
1451 return &resolutionError{

Callers 2

qualifyInternalMethod · 0.85
refQualifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected