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

Method UpsertRuntimeConfig

coderd/runtimeconfig/spec.go:37–37  ·  view source on GitHub ↗
(ctx context.Context, arg database.UpsertRuntimeConfigParams)

Source from the content-addressed store, hash-verified

35type Store interface {
36 GetRuntimeConfig(ctx context.Context, key string) (string, error)
37 UpsertRuntimeConfig(ctx context.Context, arg database.UpsertRuntimeConfigParams) error
38 DeleteRuntimeConfig(ctx context.Context, key string) error
39}

Callers 3

SetRuntimeValueMethod · 0.65
UpsertRuntimeConfigMethod · 0.65
UpsertRuntimeConfigMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected