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

Method Done

coderd/x/gitsync/worker.go:148–150  ·  view source on GitHub ↗

Done returns a channel that is closed when the worker exits.

()

Source from the content-addressed store, hash-verified

146
147// Done returns a channel that is closed when the worker exits.
148func (w *Worker) Done() <-chan struct{} {
149 return w.done
150}
151
152func chatDiffStatusFromRow(row database.AcquireStaleChatDiffStatusesRow) database.ChatDiffStatus {
153 return database.ChatDiffStatus{

Calls

no outgoing calls