MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / normalizePanelMode

Function normalizePanelMode

background.js:531–533  ·  view source on GitHub ↗
(value = '')

Source from the content-addressed store, hash-verified

529}
530
531function normalizePanelMode(value = '') {
532 return String(value || '').trim().toLowerCase() === 'sub2api' ? 'sub2api' : 'cpa';
533}
534
535function normalizeMailProvider(value = '') {
536 const normalized = String(value || '').trim().toLowerCase();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected