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

Function newRunner

policy/compiler_test.go:293–298  ·  view source on GitHub ↗
(name, expr string, parseOpts []ParserOption, opts ...cel.EnvOption)

Source from the content-addressed store, hash-verified

291}
292
293func newRunner(name, expr string, parseOpts []ParserOption, opts ...cel.EnvOption) *runner {
294 return &runner{
295 name: name,
296 parseOpts: parseOpts,
297 expr: expr}
298}
299
300type runner struct {
301 name string

Callers 3

TestCompileFunction · 0.85
TestRuleComposerUnnestFunction · 0.85
BenchmarkCompileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected