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

Method AcquireStaleChatDiffStatuses

coderd/x/gitsync/worker.go:57–57  ·  view source on GitHub ↗
(
		ctx context.Context, limitVal int32,
	)

Source from the content-addressed store, hash-verified

55// Store is the narrow DB interface the Worker needs.
56type Store interface {
57 AcquireStaleChatDiffStatuses(
58 ctx context.Context, limitVal int32,
59 ) ([]database.AcquireStaleChatDiffStatusesRow, error)
60 BackoffChatDiffStatus(

Calls

no outgoing calls