MCPcopy
hub / github.com/garethgeorge/backrest / Done

Method Done

internal/api/syncapi/cmdstreamutil.go:107–109  ·  view source on GitHub ↗

Done returns a channel that is closed when the stream is terminated.

()

Source from the content-addressed store, hash-verified

105
106// Done returns a channel that is closed when the stream is terminated.
107func (s *bidiSyncCommandStream) Done() <-chan struct{} {
108 return s.done
109}
110
111func (s *bidiSyncCommandStream) ReadChannel() chan *v1sync.SyncStreamItem {
112 return s.recvChan

Callers 15

runCommandWithProgressFunction · 0.80
DequeueMethod · 0.80
tryHelperFunction · 0.80
GetOperationEventsMethod · 0.80
GetLogsMethod · 0.80
AwaitTranscriptMethod · 0.80
ReceiveWithinDurationMethod · 0.80
ConnectStreamMethod · 0.80
RunSyncMethod · 0.80

Calls

no outgoing calls