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