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

Function getSourceId

public/js/adminPortals.js:1758–1758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1756 const useNativePicker = typeof window.FileRiseFolderPicker === 'function';
1757
1758 const getSourceId = () => normalizePortalSourceId(sourceSelect ? sourceSelect.value : '') || getPortalSourceFallbackId();
1759
1760 const openPicker = async () => {
1761 const sourceId = getSourceId();

Callers 1

openPickerFunction · 0.85

Calls 2

normalizePortalSourceIdFunction · 0.85

Tested by

no test coverage detected