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

Function NewStartCommandContext

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

Source from the content-addressed store, hash-verified

425func (*StartCommandContext) IsStartCommandContext() {}
426
427func NewStartCommandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StartCommandContext {
428 var p = new(StartCommandContext)
429
430 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
431
432 p.parser = parser
433 p.RuleIndex = CommandsParserRULE_startCommand
434
435 return p
436}
437
438func (s *StartCommandContext) GetParser() antlr.Parser { return s.parser }
439

Callers 1

StartCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected