Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1587
function
normalizePaneKey(pane) {
1588
return
pane ===
'secondary'
?
'secondary'
:
'primary'
;
1589
}
1590
1591
function
getGlobalActiveSourceId() {
1592
try {
Callers
15
refreshSourceBadges
Function · 0.85
readStoredPaneFolder
Function · 0.85
readStoredPaneSource
Function · 0.85
persistPaneFolder
Function · 0.85
persistPaneSource
Function · 0.85
getActivePaneSourceId
Function · 0.85
getPaneKeyForElement
Function · 0.85
fileListView.js
File · 0.85
getPaneState
Function · 0.85
setPaneFileListPaging
Function · 0.85
getSubfoldersForPagingContext
Function · 0.85
resolveServerPagingCursorForLoad
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected