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

Function getActivePaneKey

public/js/fileActions.js:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121let __copyMoveSourcesCache = null;
122
123function getActivePaneKey() {
124 return window.activePane === "secondary" ? "secondary" : "primary";
125}
126
127function getPaneSourceIdForKey(paneKey) {
128 return window.__frPaneState?.[paneKey]?.sourceId || "";

Callers 2

getActivePaneSourceIdFunction · 0.85
getOtherPaneTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected