MCPcopy
hub / github.com/syncthing/syncthing / deviceDownloadState

Struct deviceDownloadState

lib/model/devicedownloadstate.go:108–111  ·  view source on GitHub ↗

deviceDownloadState represents the state of all in progress downloads for all folders of a specific device.

Source from the content-addressed store, hash-verified

106// deviceDownloadState represents the state of all in progress downloads
107// for all folders of a specific device.
108type deviceDownloadState struct {
109 mut sync.RWMutex
110 folders map[string]*deviceFolderDownloadState
111}
112
113// Update updates internal state of what has been downloaded into the temporary
114// files by the remote device for this specific folder.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected