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

Method DotfilesURL

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

Source from the content-addressed store, hash-verified

48}
49
50func (r Root) DotfilesURL() File {
51 r.mustNotEmpty()
52 return File(filepath.Join(string(r), "dotfilesurl"))
53}
54
55func (r Root) PostgresPath() string {
56 r.mustNotEmpty()

Callers 1

dotfilesMethod · 0.80

Calls 2

mustNotEmptyMethod · 0.95
FileTypeAlias · 0.70

Tested by

no test coverage detected