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

Function NewLogicalNotContext

repl/parser/commands_parser.go:5766–5774  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

5764}
5765
5766func NewLogicalNotContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalNotContext {
5767 var p = new(LogicalNotContext)
5768
5769 InitEmptyUnaryContext(&p.UnaryContext)
5770 p.parser = parser
5771 p.CopyAll(ctx.(*UnaryContext))
5772
5773 return p
5774}
5775
5776func (s *LogicalNotContext) GetS33() antlr.Token { return s.s33 }
5777

Callers 1

UnaryMethod · 0.70

Calls 2

InitEmptyUnaryContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected