Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ Catalog
Method
Catalog
internal/compiler/engine.go:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
func
(c *Compiler) Catalog() *catalog.Catalog {
121
return
c.catalog
122
}
123
124
func
(c *Compiler) ParseCatalog(schema []string) error {
125
return
c.parseCatalog(schema)
Callers
1
parse
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected