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

Method RelSource

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

RelSource returns a RelativeSource for a given expression id.

(ValueString)

Source from the content-addressed store, hash-verified

201 Env() *cel.Env
202 // RelSource returns a RelativeSource for a given expression id.
203 RelSource(ValueString) *RelativeSource
204 // ReportErrorAtID reports an error at the given expression id.
205 ReportErrorAtID(int64, string, ...any)
206}

Callers 1

Implementers 1

matchCompilerImplpolicy/compiler.go

Calls

no outgoing calls

Tested by

no test coverage detected