Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
var
_ = sync.Once{}
17
18
type
SQLiteParser
struct
{
19
*antlr.BaseParser
20
}
21
22
var
SQLiteParserParserStaticData
struct
{
23
once sync.Once
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected