MCPcopy Index your code
hub / github.com/ollm/OpenComic / startSecond

Function startSecond

scripts/settings.js:15–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15function startSecond()
16{
17 generateShortcutsTable();
18
19 updateMasterFolders();
20 updateServers();
21 updateIgnoreFilesRegex();
22
23 getStorageSize();
24
25 events.events();
26}
27
28async function getStorageSize()
29{

Callers

nothing calls this directly

Calls 5

generateShortcutsTableFunction · 0.85
updateMasterFoldersFunction · 0.85
updateServersFunction · 0.85
updateIgnoreFilesRegexFunction · 0.85
getStorageSizeFunction · 0.85

Tested by

no test coverage detected