(folder string, device protocol.DeviceID)
| 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 |
no outgoing calls