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

Struct CompiledExpression

tools/compiler/compiler.go:464–466  ·  view source on GitHub ↗

CompiledExpression is an InputExpression which loads a CheckedExpr from a file.

Source from the content-addressed store, hash-verified

462
463// CompiledExpression is an InputExpression which loads a CheckedExpr from a file.
464type CompiledExpression struct {
465 Path string
466}
467
468// CreateAST creates a CEL AST from a checked expression file.
469// The file must be in one of the following formats:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected