MCPcopy 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
45func (r Root) Organization() File {
46 r.mustNotEmpty()
47 return File(filepath.Join(string(r), "organization"))
48}
49
50func (r Root) DotfilesURL() File {
51 r.mustNotEmpty()

Callers 7

TestLoginFunction · 0.45
userSingleMethod · 0.45
logoutMethod · 0.45

Calls 2

mustNotEmptyMethod · 0.95
FileTypeAlias · 0.70

Tested by 5

TestLoginFunction · 0.36