Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ Update
Method
Update
lib/scanner/blocks.go:23–23 ·
view source on GitHub ↗
(bytes int64)
Source
from the content-addressed store, hash-verified
21
22
type
Counter
interface
{
23
Update(bytes int64)
24
}
25
26
const
bufSize = 32 << 10
// 32k
Callers
15
SetDeleted
Method · 0.65
TestCopy
Function · 0.65
DownloadProgress
Method · 0.65
localIndexUpdate
Function · 0.65
TestRecvOnlyRemoteUndoChanges
Function · 0.65
scanSubdirsChangedAndNew
Method · 0.65
scanSubdirsDeletedAndIgnored
Method · 0.65
updateLocals
Method · 0.65
handleForcedRescans
Method · 0.65
TestCopierCleanup
Function · 0.65
TestSRConflictReplaceFileByDir
Function · 0.65
TestSRConflictReplaceFileByLink
Function · 0.65
Implementers
10
Vector
lib/protocol/vector.go
scanBatch
lib/model/folder.go
deviceFolderDownloadState
lib/model/devicedownloadstate.go
deviceDownloadState
lib/model/devicedownloadstate.go
noopCounter
lib/scanner/blocks.go
byteCounter
lib/scanner/walk.go
metricsDB
internal/db/metrics.go
folderDB
internal/db/sqlite/folderdb_open.go
DB
internal/db/sqlite/db_open.go
cachedReleases
cmd/infra/stupgrades/main.go
Calls
no outgoing calls
Tested by
15
TestCopy
Function · 0.52
localIndexUpdate
Function · 0.52
TestRecvOnlyRemoteUndoChanges
Function · 0.52
TestCopierCleanup
Function · 0.52
TestSRConflictReplaceFileByDir
Function · 0.52
TestSRConflictReplaceFileByLink
Function · 0.52
TestDeleteBehindSymlink
Function · 0.52
TestPullCaseOnlyPerformFinish
Function · 0.52
testPullCaseOnlyDirOrSymlink
Function · 0.52
TestPullCaseOnlyRename
Function · 0.52
TestPullSymlinkOverExistingWindows
Function · 0.52
TestSendDownloadProgressMessages
Function · 0.52