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

Struct Variable

policy/parser.go:271–275  ·  view source on GitHub ↗

Variable is a named expression which may be referenced in subsequent expressions.

Source from the content-addressed store, hash-verified

269
270// Variable is a named expression which may be referenced in subsequent expressions.
271type Variable struct {
272 exprID int64
273 name ValueString
274 expression ValueString
275}
276
277// Name returns the variable name.
278func (v *Variable) Name() ValueString {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected