Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
96
func
(m NamespacedResolver) namespacedKey(k string) string {
97
return
fmt.Sprintf(
"%s:%s"
, m.ns, k)
98
}
Callers
3
GetRuntimeConfig
Method · 0.95
UpsertRuntimeConfig
Method · 0.95
DeleteRuntimeConfig
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected