[mob][photos] Rename to avoid confusion
This commit is contained in:
@@ -160,7 +160,7 @@ class MLDataDB {
|
||||
}
|
||||
|
||||
/// Returns a map of fileID to the indexed ML version
|
||||
Future<Map<int, int>> getIndexedFileIds({
|
||||
Future<Map<int, int>> faceIndexedFileIds({
|
||||
int minimumMlVersion = faceMlVersion,
|
||||
}) async {
|
||||
final db = await instance.asyncDB;
|
||||
|
||||
@@ -73,7 +73,7 @@ Future<List<FileMLInstruction>> getFilesForMlIndexing() async {
|
||||
final time = DateTime.now();
|
||||
// Get indexed fileIDs for each ML service
|
||||
final Map<int, int> faceIndexedFileIDs =
|
||||
await MLDataDB.instance.getIndexedFileIds();
|
||||
await MLDataDB.instance.faceIndexedFileIds();
|
||||
final Map<int, int> clipIndexedFileIDs =
|
||||
await MLDataDB.instance.clipIndexedFileWithVersion();
|
||||
final Set<int> queuedFiledIDs = {};
|
||||
|
||||
Reference in New Issue
Block a user