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

Method Resolver

coderd/runtimeconfig/manager.go:18–20  ·  view source on GitHub ↗

Resolver is the deployment wide namespace for runtime configuration. If you are trying to namespace a configuration, orgs for example, use OrganizationResolver.

(db Store)

Source from the content-addressed store, hash-verified

16// If you are trying to namespace a configuration, orgs for example, use
17// OrganizationResolver.
18func (*Manager) Resolver(db Store) Resolver {
19 return NewStoreResolver(db)
20}
21
22// OrganizationResolver will namespace all runtime configuration to the provided
23// organization ID. Configuration values stored with a given organization ID require

Callers 3

TestEntryFunction · 0.95

Calls 1

NewStoreResolverFunction · 0.85

Tested by 1

TestEntryFunction · 0.76