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

Method GetRuntimeConfig

coderd/runtimeconfig/spec.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

34// Store is a subset of database.Store
35type Store interface {
36 GetRuntimeConfig(ctx context.Context, key string) (string, error)
37 UpsertRuntimeConfig(ctx context.Context, arg database.UpsertRuntimeConfigParams) error
38 DeleteRuntimeConfig(ctx context.Context, key string) error
39}

Callers 5

checkIDPOrgSyncFunction · 0.65
ResolveMethod · 0.65
GetRuntimeConfigMethod · 0.65
GetRuntimeConfigMethod · 0.65
TestNoopNoDiffFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestNoopNoDiffFunction · 0.52