Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
50
func
(r Root) DotfilesURL() File {
51
r.mustNotEmpty()
52
return
File(filepath.Join(string(r),
"dotfilesurl"
))
53
}
54
55
func
(r Root) PostgresPath() string {
56
r.mustNotEmpty()
Callers
1
dotfiles
Method · 0.80
Calls
2
mustNotEmpty
Method · 0.95
File
TypeAlias · 0.70
Tested by
no test coverage detected