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

Function getPortalSourceFallbackId

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

Source from the content-addressed store, hash-verified

591}
592
593function getPortalSourceFallbackId() {
594 if (__portalSourcesById.local) return 'local';
595 return __portalSources.length ? __portalSources[0].id : '';
596}
597
598function getDefaultPortalSourceId() {
599 try {

Callers 6

getDefaultPortalSourceIdFunction · 0.85
loadPortalFolderListFunction · 0.85
loadClientPortalsListFunction · 0.85
getSourceIdFunction · 0.85
saveClientPortalsFromUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected