(folder string, device protocol.DeviceID)
| 99 | LocalFiles(folder string, device protocol.DeviceID) (iter.Seq[protocol.FileInfo], func() error) |
| 100 | LocalFilesSequenced(folder string, device protocol.DeviceID, startSet int64) (iter.Seq[protocol.FileInfo], func() error) |
| 101 | LocalSize(folder string, device protocol.DeviceID) (db.Counts, error) |
| 102 | GlobalSize(folder string) (db.Counts, error) |
| 103 | NeedSize(folder string, device protocol.DeviceID) (db.Counts, error) |
| 104 | ReceiveOnlySize(folder string) (db.Counts, error) |
no outgoing calls