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

Method Expr

common/ast/ast.go:35–40  ·  view source on GitHub ↗

Expr returns the root ast.Expr value in the AST.

()

Source from the content-addressed store, hash-verified

33
34// Expr returns the root ast.Expr value in the AST.
35func (a *AST) Expr() Expr {
36 if a == nil {
37 return nilExpr
38 }
39 return a.expr
40}
41
42// SourceInfo returns the source metadata associated with the parse / type-check passes.
43func (a *AST) SourceInfo() *SourceInfo {

Callers 1

IDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected