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

Function getActivePaneSourceId

public/js/fileActions.js:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131function getActivePaneSourceId() {
132 return getPaneSourceIdForKey(getActivePaneKey());
133}
134
135function getOtherPaneTarget() {
136 if (!window.dualPaneEnabled || !window.__frPaneState) return { folder: "", sourceId: "" };

Callers 2

getOtherPaneTargetFunction · 0.70
getActiveSourceIdFunction · 0.70

Calls 2

getPaneSourceIdForKeyFunction · 0.85
getActivePaneKeyFunction · 0.85

Tested by

no test coverage detected