MCPcopy
hub / github.com/ollm/OpenComic / reloadIndex

Function reloadIndex

scripts/dom.js:532–536  ·  view source on GitHub ↗
(fromSetOfflineMode = false)

Source from the content-addressed store, hash-verified

530}
531
532async function reloadIndex(fromSetOfflineMode = false)
533{
534 indexLabel = prevIndexLabel;
535 loadIndexPage(true, history.path, true, true, history.mainPath, false, true, fromSetOfflineMode);
536}
537
538function reload(fromSetOfflineMode = false)
539{

Callers 1

reloadFunction · 0.70

Calls 1

loadIndexPageFunction · 0.85

Tested by

no test coverage detected