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

Method VisitUnary

parser/parser.go:543–545  ·  view source on GitHub ↗
(ctx *gen.UnaryContext)

Source from the content-addressed store, hash-verified

541}
542
543func (p *parser) VisitUnary(ctx *gen.UnaryContext) any {
544 return p.helper.newLiteralString(ctx, "<<error>>")
545}
546
547// Visit a parse tree produced by CELParser#LogicalNot.
548func (p *parser) VisitLogicalNot(ctx *gen.LogicalNotContext) any {

Callers 1

VisitMethod · 0.95

Calls 1

newLiteralStringMethod · 0.80

Tested by

no test coverage detected