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

Method Initialize

coderd/runtimeconfig/spec.go:22–22  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

20
21type Initializer interface {
22 Initialize(name string)
23}
24
25type Resolver interface {

Calls

no outgoing calls