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

Function isAddPhoneAuthState

background.js:5818–5822  ·  view source on GitHub ↗
(authState = {})

Source from the content-addressed store, hash-verified

5816}
5817
5818function isAddPhoneAuthState(authState = {}) {
5819 return authState?.state === 'add_phone_page'
5820 || Boolean(authState?.addPhonePage)
5821 || isAddPhoneAuthUrl(authState?.url);
5822}
5823
5824async function getPostStep6AutoRestartDecision(step, error) {
5825 const normalizedStep = Number(step);

Callers 1

Calls 1

isAddPhoneAuthUrlFunction · 0.85

Tested by

no test coverage detected