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

Function getPaneState

public/js/fileListView.js:1880–1883  ·  view source on GitHub ↗
(pane)

Source from the content-addressed store, hash-verified

1878}
1879
1880function getPaneState(pane) {
1881 ensurePaneState();
1882 return window.__frPaneState[normalizePaneKey(pane)];
1883}
1884
1885function savePaneState(pane, patch) {
1886 const state = getPaneState(pane);

Callers 14

getPaneSourceIdFunction · 0.85
savePaneStateFunction · 0.85
syncGlobalsFromPaneStateFunction · 0.85
getPaneFileListPagingFunction · 0.85
setActivePaneFunction · 0.85
fileListView.jsFile · 0.85
paneDropHandlerFunction · 0.85

Calls 2

ensurePaneStateFunction · 0.85
normalizePaneKeyFunction · 0.85

Tested by

no test coverage detected