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

Method visitExprList

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

Source from the content-addressed store, hash-verified

836}
837
838func (p *parser) visitExprList(ctx gen.IExprListContext) []ast.Expr {
839 if ctx == nil {
840 return []ast.Expr{}
841 }
842 return p.visitSlice(ctx.GetE())
843}
844
845func (p *parser) visitListInit(ctx gen.IListInitContext) ([]ast.Expr, []int32) {
846 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