Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/syncthing/syncthing
/ PopulateBlockIndex
Method
PopulateBlockIndex
internal/db/interface.go:78–78 ·
view source on GitHub ↗
(folder string)
Source
from the content-addressed store, hash-verified
76
// Block index management
77
DropBlockIndex(folder string) error
78
PopulateBlockIndex(folder string) error
79
80
// Cleanup
81
DropAllFiles(folder string, device protocol.DeviceID) error
Callers
5
reconcileBlockIndex
Method · 0.65
TestPopulateBlockIndex
Function · 0.65
TestPopulateBlockIndexSkipsRemoteFiles
Function · 0.65
TestSkipBlockIndexOnUpdate
Function · 0.65
PopulateBlockIndex
Method · 0.65
Implementers
1
DB
internal/db/sqlite/db_open.go
Calls
no outgoing calls
Tested by
3
TestPopulateBlockIndex
Function · 0.52
TestPopulateBlockIndexSkipsRemoteFiles
Function · 0.52
TestSkipBlockIndexOnUpdate
Function · 0.52