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

Method DeleteRuntimeConfig

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

Source from the content-addressed store, hash-verified

67}
68
69func (m StoreResolver) DeleteRuntimeConfig(ctx context.Context, key string) error {
70 return m.db.DeleteRuntimeConfig(ctx, key)
71}
72
73// NamespacedResolver prefixes all keys with a namespace.
74// Then defers to the underlying resolver for the actual operations.

Callers

nothing calls this directly

Calls 1

DeleteRuntimeConfigMethod · 0.65

Tested by

no test coverage detected