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

Function NewOf_OF_fsetContext

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

Source from the content-addressed store, hash-verified

27602func (*Of_OF_fsetContext) IsOf_OF_fsetContext() {}
27603
27604func NewOf_OF_fsetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Of_OF_fsetContext {
27605 var p = new(Of_OF_fsetContext)
27606
27607 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
27608
27609 p.parser = parser
27610 p.RuleIndex = SQLiteParserRULE_of_OF_fset
27611
27612 return p
27613}
27614
27615func (s *Of_OF_fsetContext) GetParser() antlr.Parser { return s.parser }
27616

Callers 1

Of_OF_fsetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected