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

Function pgBin

cmd/sqlc-test-setup/main.go:130–132  ·  view source on GitHub ↗

pgBin returns the full path to a PostgreSQL binary.

(name string)

Source from the content-addressed store, hash-verified

128
129// pgBin returns the full path to a PostgreSQL binary.
130func pgBin(name string) string {
131 return filepath.Join(pgBinDir(), name)
132}
133
134// ---- install ----
135

Callers 3

installPostgreSQLFunction · 0.85
startPostgreSQLFunction · 0.85
pgIsReadyFunction · 0.85

Calls 2

pgBinDirFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected