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

Function NewStartContext

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

Source from the content-addressed store, hash-verified

4267func (*StartContext) IsStartContext() {}
4268
4269func NewStartContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StartContext {
4270 var p = new(StartContext)
4271
4272 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
4273
4274 p.parser = parser
4275 p.RuleIndex = CommandsParserRULE_start
4276
4277 return p
4278}
4279
4280func (s *StartContext) GetParser() antlr.Parser { return s.parser }
4281

Callers 1

Start_Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected