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

Function missingAttribute

interpreter/attributes.go:1456–1460  ·  view source on GitHub ↗
(attr string)

Source from the content-addressed store, hash-verified

1454}
1455
1456func missingAttribute(attr string) *resolutionError {
1457 return &resolutionError{
1458 missingAttribute: attr,
1459 }
1460}
1461
1462// Error implements the error interface method.
1463func (e *resolutionError) Error() string {

Callers 1

ResolveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected