MCPcopy 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
40func (r Root) URL() File {
41 r.mustNotEmpty()
42 return File(filepath.Join(string(r), "url"))
43}
44
45func (r Root) Organization() File {
46 r.mustNotEmpty()

Callers 15

ServerMethod · 0.45
TestServerFunction · 0.45
waitAccessURLFunction · 0.45
loginMethod · 0.45
loginTokenMethod · 0.45
ensureClientURLMethod · 0.45
TryInitClientMethod · 0.45
formatCoderSDKErrorFunction · 0.45
TestLogoutFunction · 0.45
logoutMethod · 0.45
TestResetPasswordFunction · 0.45
SetupConfigFunction · 0.45

Calls 2

mustNotEmptyMethod · 0.95
FileTypeAlias · 0.70

Tested by 8

TestServerFunction · 0.36
waitAccessURLFunction · 0.36
TestLogoutFunction · 0.36
TestResetPasswordFunction · 0.36
waitAccessURLFunction · 0.36