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

Function getVerificationCodeStateKey

background/verification-flow.js:31–33  ·  view source on GitHub ↗
(step)

Source from the content-addressed store, hash-verified

29 } = deps;
30
31 function getVerificationCodeStateKey(step) {
32 return step === 4 ? 'lastSignupCode' : 'lastLoginCode';
33 }
34
35 function getVerificationCodeLabel(step) {
36 return step === 4 ? '注册' : '登录';

Calls

no outgoing calls

Tested by

no test coverage detected