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

Function NewBegin_stmtContext

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

Source from the content-addressed store, hash-verified

3493func (*Begin_stmtContext) IsBegin_stmtContext() {}
3494
3495func NewBegin_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Begin_stmtContext {
3496 var p = new(Begin_stmtContext)
3497
3498 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
3499
3500 p.parser = parser
3501 p.RuleIndex = SQLiteParserRULE_begin_stmt
3502
3503 return p
3504}
3505
3506func (s *Begin_stmtContext) GetParser() antlr.Parser { return s.parser }
3507

Callers 1

Begin_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected