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

Function NewConditionalAndContext

repl/parser/commands_parser.go:4945–4954  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

4943func (*ConditionalAndContext) IsConditionalAndContext() {}
4944
4945func NewConditionalAndContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionalAndContext {
4946 var p = new(ConditionalAndContext)
4947
4948 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
4949
4950 p.parser = parser
4951 p.RuleIndex = CommandsParserRULE_conditionalAnd
4952
4953 return p
4954}
4955
4956func (s *ConditionalAndContext) GetParser() antlr.Parser { return s.parser }
4957

Callers 1

ConditionalAndMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected