Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
55
func
(r Root) PostgresPath() string {
56
r.mustNotEmpty()
57
return
filepath.Join(string(r),
"postgres"
)
58
}
59
60
func
(r Root) PostgresPassword() File {
61
r.mustNotEmpty()
Callers
6
PostgresPassword
Method · 0.95
PostgresPort
Method · 0.95
newRegenerateVapidKeypairCommand
Method · 0.80
Server
Method · 0.80
startBuiltinPostgres
Function · 0.80
newCreateAdminUserCommand
Method · 0.80
Calls
1
mustNotEmpty
Method · 0.95
Tested by
no test coverage detected