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

Method VisitUnary

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

Source from the content-addressed store, hash-verified

549}
550
551func (p *parser) VisitUnary(ctx *gen.UnaryContext) any {
552 return p.helper.newLiteralString(ctx, "<<error>>")
553}
554
555// Visit a parse tree produced by CELParser#LogicalNot.
556func (p *parser) VisitLogicalNot(ctx *gen.LogicalNotContext) any {

Callers 1

VisitMethod · 0.95

Calls 1

newLiteralStringMethod · 0.80

Tested by

no test coverage detected