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

Function NewNameContext

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

Source from the content-addressed store, hash-verified

30107func (*NameContext) IsNameContext() {}
30108
30109func NewNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NameContext {
30110 var p = new(NameContext)
30111
30112 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
30113
30114 p.parser = parser
30115 p.RuleIndex = SQLiteParserRULE_name
30116
30117 return p
30118}
30119
30120func (s *NameContext) GetParser() antlr.Parser { return s.parser }
30121

Callers 1

NameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected