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

Method SourceID

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

SourceID returns the source metadata identifier associated with the variable.

()

Source from the content-addressed store, hash-verified

97
98// SourceID returns the source metadata identifier associated with the variable.
99func (v *CompiledVariable) SourceID() int64 {
100 return v.exprID
101}
102
103// Name returns the variable name.
104func (v *CompiledVariable) Name() string {

Callers 1

compileRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected