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

Function NewReindex_stmtContext

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

Source from the content-addressed store, hash-verified

17042func (*Reindex_stmtContext) IsReindex_stmtContext() {}
17043
17044func NewReindex_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Reindex_stmtContext {
17045 var p = new(Reindex_stmtContext)
17046
17047 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
17048
17049 p.parser = parser
17050 p.RuleIndex = SQLiteParserRULE_reindex_stmt
17051
17052 return p
17053}
17054
17055func (s *Reindex_stmtContext) GetParser() antlr.Parser { return s.parser }
17056

Callers 1

Reindex_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected