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

Function normalizeCpaCallbackMode

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

Source from the content-addressed store, hash-verified

607}
608
609function normalizeCpaCallbackMode(value = '') {
610 return String(value || '').trim().toLowerCase() === 'step6'
611 ? 'step6'
612 : DEFAULT_CPA_CALLBACK_MODE;
613}
614
615function normalizeCloudflareDomain(rawValue = '') {
616 let value = String(rawValue || '').trim().toLowerCase();

Calls

no outgoing calls

Tested by

no test coverage detected