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