Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
60
func
(r Root) PostgresPassword() File {
61
r.mustNotEmpty()
62
return
File(filepath.Join(r.PostgresPath(),
"password"
))
63
}
64
65
func
(r Root) PostgresPort() File {
66
r.mustNotEmpty()
Callers
2
embeddedPostgresURL
Function · 0.80
startBuiltinPostgres
Function · 0.80
Calls
3
mustNotEmpty
Method · 0.95
PostgresPath
Method · 0.95
File
TypeAlias · 0.70
Tested by
no test coverage detected