(folder string, file string)
| 2154 | } |
| 2155 | |
| 2156 | func (m *model) CurrentFolderFile(folder string, file string) (protocol.FileInfo, bool, error) { |
| 2157 | return m.sdb.GetDeviceFile(folder, protocol.LocalDeviceID, file) |
| 2158 | } |
| 2159 | |
| 2160 | func (m *model) CurrentGlobalFile(folder string, file string) (protocol.FileInfo, bool, error) { |
| 2161 | return m.sdb.GetGlobalFile(folder, file) |
no test coverage detected