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

Function NewLogicalNotContext

parser/gen/cel_parser.go:1808–1816  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

1806}
1807
1808func NewLogicalNotContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalNotContext {
1809 var p = new(LogicalNotContext)
1810
1811 InitEmptyUnaryContext(&p.UnaryContext)
1812 p.parser = parser
1813 p.CopyAll(ctx.(*UnaryContext))
1814
1815 return p
1816}
1817
1818func (s *LogicalNotContext) GetS19() antlr.Token { return s.s19 }
1819

Callers 1

UnaryMethod · 0.70

Calls 2

InitEmptyUnaryContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected