Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ URL
Method
URL
cli/config/file.go:40–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(r Root) URL() File {
41
r.mustNotEmpty()
42
return
File(filepath.Join(string(r),
"url"
))
43
}
44
45
func
(r Root) Organization() File {
46
r.mustNotEmpty()
Callers
15
Server
Method · 0.45
TestServer
Function · 0.45
waitAccessURL
Function · 0.45
login
Method · 0.45
loginToken
Method · 0.45
ensureClientURL
Method · 0.45
TryInitClient
Method · 0.45
formatCoderSDKError
Function · 0.45
TestLogout
Function · 0.45
logout
Method · 0.45
TestResetPassword
Function · 0.45
SetupConfig
Function · 0.45
Calls
2
mustNotEmpty
Method · 0.95
File
TypeAlias · 0.70
Tested by
8
TestServer
Function · 0.36
waitAccessURL
Function · 0.36
TestLogout
Function · 0.36
TestResetPassword
Function · 0.36
waitAccessURL
Function · 0.36
TestProvisionerDaemon_PSK
Function · 0.36
TestProvisionerDaemon_ProvisionerKey
Function · 0.36
setupFakeLicenseServerTest
Function · 0.36