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

Function NewCommit_stmtContext

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

Source from the content-addressed store, hash-verified

3676func (*Commit_stmtContext) IsCommit_stmtContext() {}
3677
3678func NewCommit_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Commit_stmtContext {
3679 var p = new(Commit_stmtContext)
3680
3681 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
3682
3683 p.parser = parser
3684 p.RuleIndex = SQLiteParserRULE_commit_stmt
3685
3686 return p
3687}
3688
3689func (s *Commit_stmtContext) GetParser() antlr.Parser { return s.parser }
3690

Callers 1

Commit_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected