MCPcopy Create free account
hub / github.com/error311/FileRise / saveFolderTreeState

Function saveFolderTreeState

public/js/folderManager.js:441–444  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

439 return {};
440}
441function saveFolderTreeState(state) {
442 const key = getFolderTreeStateKey();
443 localStorage.setItem(key, JSON.stringify(state));
444}
445
446/* ----------------------
447 Transient UI guards (click suppression)

Callers 9

loadFolderTreeStateFunction · 0.85
expandAncestorsFunction · 0.85
makeChildLiFunction · 0.85
selectFolderFunction · 0.85
loadFolderTreeFunction · 0.85
expandTreePathFunction · 0.85
expandTreePathAsyncFunction · 0.85

Calls 1

getFolderTreeStateKeyFunction · 0.85

Tested by

no test coverage detected