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

Method visitCallIndex

parser/unparser.go:239–241  ·  view source on GitHub ↗
(expr ast.Expr)

Source from the content-addressed store, hash-verified

237}
238
239func (un *unparser) visitCallIndex(expr ast.Expr) error {
240 return un.visitCallIndexInternal(expr, "[")
241}
242
243func (un *unparser) visitCallOptIndex(expr ast.Expr) error {
244 return un.visitCallIndexInternal(expr, "[?")

Callers 1

visitCallMethod · 0.95

Calls 1

Tested by

no test coverage detected