MCPcopy Create free account
hub / github.com/buggins/coolreader / work

Method work

android/src/org/coolreader/crengine/Scanner.java:327–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325 }
326
327 public void work() throws Exception {
328 // scan (list) directories
329 nextProgressTime = startTime + 1500;
330 scan( baseDir );
331 db.saveFileInfos(booksToSave);
332 }
333 });
334 }
335

Callers

nothing calls this directly

Calls 2

scanMethod · 0.95
saveFileInfosMethod · 0.80

Tested by

no test coverage detected