Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ evalOr
Struct
evalOr
interpreter/interpretable.go:331–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
type
evalOr
struct
{
332
id int64
333
terms []InterpretableV2
334
}
335
336
// ID implements the Interpretable interface method.
337
func
(or *evalOr) ID() int64 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected