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

Method SourceID

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

SourceID returns the source metadata identifier associated with the variable.

()

Source from the content-addressed store, hash-verified

111
112// SourceID returns the source metadata identifier associated with the variable.
113func (v *CompiledVariable) SourceID() int64 {
114 return v.exprID
115}
116
117// Name returns the variable name.
118func (v *CompiledVariable) Name() string {

Callers 1

compileRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected