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

Method GetRuntimeConfig

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

Source from the content-addressed store, hash-verified

82}
83
84func (m NamespacedResolver) GetRuntimeConfig(ctx context.Context, key string) (string, error) {
85 return m.wrapped.GetRuntimeConfig(ctx, m.namespacedKey(key))
86}
87
88func (m NamespacedResolver) UpsertRuntimeConfig(ctx context.Context, key, val string) error {
89 return m.wrapped.UpsertRuntimeConfig(ctx, m.namespacedKey(key), val)

Callers

nothing calls this directly

Calls 2

namespacedKeyMethod · 0.95
GetRuntimeConfigMethod · 0.65

Tested by

no test coverage detected