MCPcopy 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

reconcileBlockIndexMethod · 0.65
TestPopulateBlockIndexFunction · 0.65
PopulateBlockIndexMethod · 0.65

Implementers 1

DBinternal/db/sqlite/db_open.go

Calls

no outgoing calls

Tested by 3

TestPopulateBlockIndexFunction · 0.52