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

Struct SQLiteParser

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

Source from the content-addressed store, hash-verified

16var _ = sync.Once{}
17
18type SQLiteParser struct {
19 *antlr.BaseParser
20}
21
22var SQLiteParserParserStaticData struct {
23 once sync.Once

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected