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

Method PostgresPort

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

Source from the content-addressed store, hash-verified

63}
64
65func (r Root) PostgresPort() File {
66 r.mustNotEmpty()
67 return File(filepath.Join(r.PostgresPath(), "port"))
68}
69
70// File provides convenience methods for interacting with *os.File.
71type File string

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