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

Function NewFrame_rightContext

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

Source from the content-addressed store, hash-verified

26388func (*Frame_rightContext) IsFrame_rightContext() {}
26389
26390func NewFrame_rightContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_rightContext {
26391 var p = new(Frame_rightContext)
26392
26393 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
26394
26395 p.parser = parser
26396 p.RuleIndex = SQLiteParserRULE_frame_right
26397
26398 return p
26399}
26400
26401func (s *Frame_rightContext) GetParser() antlr.Parser { return s.parser }
26402

Callers 1

Frame_rightMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected