MCPcopy 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
120func (c *Compiler) Catalog() *catalog.Catalog {
121 return c.catalog
122}
123
124func (c *Compiler) ParseCatalog(schema []string) error {
125 return c.parseCatalog(schema)

Callers 1

parseFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected