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

Method schemasToSearch

internal/sql/catalog/public.go:11–16  ·  view source on GitHub ↗
(ns string)

Source from the content-addressed store, hash-verified

9)
10
11func (c *Catalog) schemasToSearch(ns string) []string {
12 if ns == "" {
13 ns = c.DefaultSchema
14 }
15 return append(c.SearchPath, ns)
16}
17
18func (c *Catalog) ListFuncsByName(rel *ast.FuncName) ([]Function, error) {
19 var funcs []Function

Callers 1

ListFuncsByNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected