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

Function NewWith_clauseContext

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

Source from the content-addressed store, hash-verified

9835func (*With_clauseContext) IsWith_clauseContext() {}
9836
9837func NewWith_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *With_clauseContext {
9838 var p = new(With_clauseContext)
9839
9840 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
9841
9842 p.parser = parser
9843 p.RuleIndex = SQLiteParserRULE_with_clause
9844
9845 return p
9846}
9847
9848func (s *With_clauseContext) GetParser() antlr.Parser { return s.parser }
9849

Callers 1

With_clauseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected