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

Function NewLetContext

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

Source from the content-addressed store, hash-verified

997func (*LetContext) IsLetContext() {}
998
999func NewLetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LetContext {
1000 var p = new(LetContext)
1001
1002 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
1003
1004 p.parser = parser
1005 p.RuleIndex = CommandsParserRULE_let
1006
1007 return p
1008}
1009
1010func (s *LetContext) GetParser() antlr.Parser { return s.parser }
1011

Callers 1

LetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected