MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / NewRaise_functionContext

Function NewRaise_functionContext

internal/engine/sqlite/parser/sqlite_parser.go:14958–14967  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

14956func (*Raise_functionContext) IsRaise_functionContext() {}
14957
14958func NewRaise_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Raise_functionContext {
14959 var p = new(Raise_functionContext)
14960
14961 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
14962
14963 p.parser = parser
14964 p.RuleIndex = SQLiteParserRULE_raise_function
14965
14966 return p
14967}
14968
14969func (s *Raise_functionContext) GetParser() antlr.Parser { return s.parser }
14970

Callers 1

Raise_functionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected