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

Method visitExprList

parser/parser.go:846–851  ·  view source on GitHub ↗
(ctx gen.IExprListContext)

Source from the content-addressed store, hash-verified

844}
845
846func (p *parser) visitExprList(ctx gen.IExprListContext) []ast.Expr {
847 if ctx == nil {
848 return []ast.Expr{}
849 }
850 return p.visitSlice(ctx.GetE())
851}
852
853func (p *parser) visitListInit(ctx gen.IListInitContext) ([]ast.Expr, []int32) {
854 if ctx == nil {

Callers 2

VisitMemberCallMethod · 0.95
VisitGlobalCallMethod · 0.95

Calls 2

visitSliceMethod · 0.95
GetEMethod · 0.65

Tested by

no test coverage detected