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

Method ID

common/ast/expr.go:59–59  ·  view source on GitHub ↗

ID of the expression as it appears in the AST

()

Source from the content-addressed store, hash-verified

57type Expr interface {
58 // ID of the expression as it appears in the AST
59 ID() int64
60
61 // Kind of the expression node. See ExprKind for the valid enum values.
62 Kind() ExprKind

Callers 15

GetMetadataMethod · 0.65
VisitExprMethod · 0.65
VisitExprMethod · 0.65
VisitEntryExprMethod · 0.65
VisitExprMethod · 0.65
VisitExprMethod · 0.65
OptimizeMethod · 0.65
OptimizeMethod · 0.65
maybeUnnestRuleMethod · 0.65
enumerateExprIDsFunction · 0.65
reduceHeightFunction · 0.65

Calls

no outgoing calls

Tested by 15

VisitExprMethod · 0.52
VisitExprMethod · 0.52
TestCheckFunction · 0.52
BenchmarkCheckFunction · 0.52
GetMetadataMethod · 0.52
GetMetadataMethod · 0.52
OptimizeMethod · 0.52
ValidateMethod · 0.52
VisitExprMethod · 0.52
VisitEntryExprMethod · 0.52