(paneKey)
| 125 | } |
| 126 | |
| 127 | function getPaneSourceIdForKey(paneKey) { |
| 128 | return window.__frPaneState?.[paneKey]?.sourceId || ""; |
| 129 | } |
| 130 | |
| 131 | function getActivePaneSourceId() { |
| 132 | return getPaneSourceIdForKey(getActivePaneKey()); |
no outgoing calls
no test coverage detected