MCPcopy Index your code
hub / github.com/coder/coder / Root

TypeAlias Root

cli/config/file.go:18–18  ·  view source on GitHub ↗

Root represents the configuration directory.

Source from the content-addressed store, hash-verified

16
17// Root represents the configuration directory.
18type Root string
19
20// mustNotBeEmpty prevents us from accidentally writing configuration to the
21// current directory. This is primarily valuable in development, where we may

Callers 6

createConfigMethod · 0.92
TestFileFunction · 0.92
TestFileFunction · 0.92
NewWithCommandFunction · 0.92
setupFirstUserFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected