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

Method GetIndex

parser/gen/cel_parser.go:2461–2461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2459func (s *IndexContext) SetOpt(v antlr.Token) { s.opt = v }
2460
2461func (s *IndexContext) GetIndex() IExprContext { return s.index }
2462
2463func (s *IndexContext) SetIndex(v IExprContext) { s.index = v }
2464

Callers 1

VisitIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected