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

Struct RawExpression

tools/compiler/compiler.go:558–560  ·  view source on GitHub ↗

RawExpression is an InputExpression which loads a CEL expression from a string.

Source from the content-addressed store, hash-verified

556
557// RawExpression is an InputExpression which loads a CEL expression from a string.
558type RawExpression struct {
559 Value string
560}
561
562// CreateAST creates a CEL AST from a raw CEL expression using the provided compiler.
563func (r *RawExpression) CreateAST(compiler Compiler) (*cel.Ast, map[string]any, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected