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

Method SourceID

policy/compiler.go:186–188  ·  view source on GitHub ↗

SourceID returns the expression id associated with the output expression.

()

Source from the content-addressed store, hash-verified

184
185// SourceID returns the expression id associated with the output expression.
186func (o *OutputValue) SourceID() int64 {
187 return o.exprID
188}
189
190// Expr returns the compiled expression associated with the output.
191func (o *OutputValue) Expr() *cel.Ast {

Callers 4

CompileRuleFunction · 0.45
compileRuleMethod · 0.45
checkUnreachableCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected