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

Function getPaneSourceIdForKey

public/js/fileActions.js:127–129  ·  view source on GitHub ↗
(paneKey)

Source from the content-addressed store, hash-verified

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

Callers 1

getActivePaneSourceIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected