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

Function NewLimit_stmtContext

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

Source from the content-addressed store, hash-verified

25674func (*Limit_stmtContext) IsLimit_stmtContext() {}
25675
25676func NewLimit_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Limit_stmtContext {
25677 var p = new(Limit_stmtContext)
25678
25679 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
25680
25681 p.parser = parser
25682 p.RuleIndex = SQLiteParserRULE_limit_stmt
25683
25684 return p
25685}
25686
25687func (s *Limit_stmtContext) GetParser() antlr.Parser { return s.parser }
25688

Callers 1

Limit_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected