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

Function normalizePaneKey

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

Source from the content-addressed store, hash-verified

1585};
1586
1587function normalizePaneKey(pane) {
1588 return pane === 'secondary' ? 'secondary' : 'primary';
1589}
1590
1591function getGlobalActiveSourceId() {
1592 try {

Callers 15

refreshSourceBadgesFunction · 0.85
readStoredPaneFolderFunction · 0.85
readStoredPaneSourceFunction · 0.85
persistPaneFolderFunction · 0.85
persistPaneSourceFunction · 0.85
getActivePaneSourceIdFunction · 0.85
getPaneKeyForElementFunction · 0.85
fileListView.jsFile · 0.85
getPaneStateFunction · 0.85
setPaneFileListPagingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected