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

Struct NoopClaimer

coderd/prebuilds/noop.go:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33var DefaultReconciler ReconciliationOrchestrator = NoopReconciler{}
34
35type NoopClaimer struct{}
36
37func (NoopClaimer) Claim(context.Context, database.Store, time.Time, uuid.UUID, string, uuid.UUID, sql.NullString, sql.NullTime, sql.NullInt64) (*uuid.UUID, error) {
38 // Not entitled to claim prebuilds in AGPL version.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected