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

Struct NameContext

internal/engine/sqlite/parser/sqlite_parser.go:30090–30093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30088}
30089
30090type NameContext struct {
30091 antlr.BaseParserRuleContext
30092 parser antlr.Parser
30093}
30094
30095func NewEmptyNameContext() *NameContext {
30096 var p = new(NameContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected