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

Function goStartPath

scripts/dom.js:1651–1662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1649}
1650
1651function goStartPath()
1652{
1653 const root = history.root();
1654
1655 if(root.indexLabel?.has && !root.recentlyOpened)
1656 indexLabel = root.indexLabel;
1657
1658 if(root.recentlyOpened)
1659 recentlyOpened.load(true);
1660 else
1661 loadIndexPage(true, false);
1662}
1663
1664var barBackStatus = false;
1665

Callers

nothing calls this directly

Calls 1

loadIndexPageFunction · 0.85

Tested by

no test coverage detected