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

Function missingKey

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

Source from the content-addressed store, hash-verified

1448}
1449
1450func missingKey(missing ref.Val) *resolutionError {
1451 return &resolutionError{
1452 missingKey: missing,
1453 }
1454}
1455
1456func missingAttribute(attr string) *resolutionError {
1457 return &resolutionError{

Callers 5

qualifyInternalMethod · 0.85
qualifyInternalMethod · 0.85
qualifyInternalMethod · 0.85
qualifyInternalMethod · 0.85
refQualifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected