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

Method PostgresPassword

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

Source from the content-addressed store, hash-verified

58}
59
60func (r Root) PostgresPassword() File {
61 r.mustNotEmpty()
62 return File(filepath.Join(r.PostgresPath(), "password"))
63}
64
65func (r Root) PostgresPort() File {
66 r.mustNotEmpty()

Callers 2

embeddedPostgresURLFunction · 0.80
startBuiltinPostgresFunction · 0.80

Calls 3

mustNotEmptyMethod · 0.95
PostgresPathMethod · 0.95
FileTypeAlias · 0.70

Tested by

no test coverage detected