Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Organization
Method
Organization
cli/config/file.go:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(r Root) Organization() File {
46
r.mustNotEmpty()
47
return
File(filepath.Join(string(r),
"organization"
))
48
}
49
50
func
(r Root) DotfilesURL() File {
51
r.mustNotEmpty()
Callers
7
TestLogin
Function · 0.45
userSingle
Method · 0.45
logout
Method · 0.45
TestWorkspaceProvisionerdServerMetrics
Function · 0.45
TestDeleteOrganizationsByUser
Function · 0.45
TestPatchOrganizationsByUser
Function · 0.45
TestPostOrganizationsByUser
Function · 0.45
Calls
2
mustNotEmpty
Method · 0.95
File
TypeAlias · 0.70
Tested by
5
TestLogin
Function · 0.36
TestWorkspaceProvisionerdServerMetrics
Function · 0.36
TestDeleteOrganizationsByUser
Function · 0.36
TestPatchOrganizationsByUser
Function · 0.36
TestPostOrganizationsByUser
Function · 0.36