(id)
| 587 | const __portalSubmissionsCache = {}; |
| 588 | |
| 589 | function normalizePortalSourceId(id) { |
| 590 | return String(id || '').trim(); |
| 591 | } |
| 592 | |
| 593 | function getPortalSourceFallbackId() { |
| 594 | if (__portalSourcesById.local) return 'local'; |
no outgoing calls
no test coverage detected