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

Method NewVariable

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

NewVariable creates a new Variable instance with an ID associated with the YAML node.

(*yaml.Node)

Source from the content-addressed store, hash-verified

399
400 // NewVariable creates a new Variable instance with an ID associated with the YAML node.
401 NewVariable(*yaml.Node) (*Variable, int64)
402
403 // NewMatch creates a new Match instance with an ID associated with the YAML node.
404 NewMatch(*yaml.Node) (*Match, int64)

Callers 1

ParseVariableMethod · 0.65

Implementers 1

parserImplpolicy/parser.go

Calls

no outgoing calls

Tested by

no test coverage detected