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

Function NewParamContext

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

Source from the content-addressed store, hash-verified

1936func (*ParamContext) IsParamContext() {}
1937
1938func NewParamContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParamContext {
1939 var p = new(ParamContext)
1940
1941 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
1942
1943 p.parser = parser
1944 p.RuleIndex = CommandsParserRULE_param
1945
1946 return p
1947}
1948
1949func (s *ParamContext) GetParser() antlr.Parser { return s.parser }
1950

Callers 1

ParamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected