Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Option
Method
Option
repl/evaluator_test.go:450–452 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
448
}
449
450
func
(o *testContainerOption) Option() cel.EnvOption {
451
return
cel.Container(o.container)
452
}
453
454
func
TestSetOption(t *testing.T) {
455
eval, err := NewEvaluator()
Callers
nothing calls this directly
Calls
1
Container
Function · 0.92
Tested by
no test coverage detected