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

Method namespacedKey

coderd/runtimeconfig/resolver.go:96–98  ·  view source on GitHub ↗
(k string)

Source from the content-addressed store, hash-verified

94}
95
96func (m NamespacedResolver) namespacedKey(k string) string {
97 return fmt.Sprintf("%s:%s", m.ns, k)
98}

Callers 3

GetRuntimeConfigMethod · 0.95
UpsertRuntimeConfigMethod · 0.95
DeleteRuntimeConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected