MCPcopy
hub / github.com/syncthing/syncthing / ListDevicesForFolder

Method ListDevicesForFolder

internal/db/interface.go:89–89  ·  view source on GitHub ↗
(folder string)

Source from the content-addressed store, hash-verified

87 GetDeviceSequence(folder string, device protocol.DeviceID) (int64, error)
88 ListFolders() ([]string, error)
89 ListDevicesForFolder(folder string) ([]protocol.DeviceID, error)
90 RemoteSequences(folder string) (map[protocol.DeviceID]int64, error)
91
92 // Counts

Callers 5

ListDevicesForFolderMethod · 0.65
TestBasicsFunction · 0.65
ListDevicesForFolderMethod · 0.65

Implementers 1

DBinternal/db/sqlite/db_open.go

Calls

no outgoing calls

Tested by 2

TestBasicsFunction · 0.52