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

Function getActivePaneSourceId

public/js/fileListView.js:1811–1813  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1809}
1810
1811function getActivePaneSourceId() {
1812 return getPaneSourceId(normalizePaneKey(window.activePane));
1813}
1814
1815function getPaneKeyForElement(el) {
1816 const pane = el && el.closest ? el.closest('.file-list-pane') : null;

Callers 15

wireFolderStripItemsFunction · 0.70
fillFileSnippetFunction · 0.70
fileListView.jsFile · 0.70
apiFileUrlFunction · 0.70
fillHoverPreviewForRowFunction · 0.70
repairBlankFolderIconsFunction · 0.70
attachStripIconAsyncFunction · 0.70
injectInlineFolderRowsFunction · 0.70
openDefaultFileFromHoverFunction · 0.70

Calls 2

getPaneSourceIdFunction · 0.85
normalizePaneKeyFunction · 0.85

Tested by

no test coverage detected