Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2459
func
(s *IndexContext) SetOpt(v antlr.Token) { s.opt = v }
2460
2461
func
(s *IndexContext) GetIndex() IExprContext {
return
s.index }
2462
2463
func
(s *IndexContext) SetIndex(v IExprContext) { s.index = v }
2464
Callers
1
VisitIndex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected