MCPcopy
hub / github.com/syncthing/syncthing / GetIndexID

Method GetIndexID

internal/db/interface.go:100–100  ·  view source on GitHub ↗
(folder string, device protocol.DeviceID)

Source from the content-addressed store, hash-verified

98 // Index IDs
99 DropAllIndexIDs() error
100 GetIndexID(folder string, device protocol.DeviceID) (protocol.IndexID, error)
101 SetIndexID(folder string, device protocol.DeviceID, id protocol.IndexID) error
102
103 // MtimeFS

Callers 6

newIndexHandlerFunction · 0.65
GetIndexIDMethod · 0.65
TestBasicsFunction · 0.65
TestIndexIDsFunction · 0.65
GetIndexIDMethod · 0.65

Implementers 1

DBinternal/db/sqlite/db_open.go

Calls

no outgoing calls

Tested by 2

TestBasicsFunction · 0.52
TestIndexIDsFunction · 0.52