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

Method DeleteRuntimeConfig

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

Source from the content-addressed store, hash-verified

90}
91
92func (m NamespacedResolver) DeleteRuntimeConfig(ctx context.Context, key string) error {
93 return m.wrapped.DeleteRuntimeConfig(ctx, m.namespacedKey(key))
94}
95
96func (m NamespacedResolver) namespacedKey(k string) string {
97 return fmt.Sprintf("%s:%s", m.ns, k)

Callers

nothing calls this directly

Calls 2

namespacedKeyMethod · 0.95
DeleteRuntimeConfigMethod · 0.65

Tested by

no test coverage detected