MCPcopy Index your code
hub / github.com/coder/coder / PostgresPath

Method PostgresPath

cli/config/file.go:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (r Root) PostgresPath() string {
56 r.mustNotEmpty()
57 return filepath.Join(string(r), "postgres")
58}
59
60func (r Root) PostgresPassword() File {
61 r.mustNotEmpty()

Callers 6

PostgresPasswordMethod · 0.95
PostgresPortMethod · 0.95
ServerMethod · 0.80
startBuiltinPostgresFunction · 0.80

Calls 1

mustNotEmptyMethod · 0.95

Tested by

no test coverage detected