MCPcopy Create free account
hub / github.com/coder/coder / committer

Struct committer

enterprise/coderd/workspacequota.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type committer struct {
21 Log slog.Logger
22 Database database.Store
23}
24
25func (c *committer) CommitQuota(
26 ctx context.Context, request *proto.CommitQuotaRequest,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected