MCPcopy 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
450func (o *testContainerOption) Option() cel.EnvOption {
451 return cel.Container(o.container)
452}
453
454func TestSetOption(t *testing.T) {
455 eval, err := NewEvaluator()

Callers

nothing calls this directly

Calls 1

ContainerFunction · 0.92

Tested by

no test coverage detected