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

Method visitCallOptIndex

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

Source from the content-addressed store, hash-verified

241}
242
243func (un *unparser) visitCallOptIndex(expr ast.Expr) error {
244 return un.visitCallIndexInternal(expr, "[?")
245}
246
247func (un *unparser) visitCallIndexInternal(expr ast.Expr, op string) error {
248 c := expr.AsCall()

Callers 1

visitCallMethod · 0.95

Calls 1

Tested by

no test coverage detected