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

Function humanPause

content/utils.js:403–406  ·  view source on GitHub ↗
(min = 250, max = 850)

Source from the content-addressed store, hash-verified

401}
402
403async function humanPause(min = 250, max = 850) {
404 const duration = Math.floor(Math.random() * (max - min + 1)) + min;
405 await sleep(duration);
406}
407
408// Auto-report ready on load
409// Skip ready signal from child iframes of mail pages to avoid overwriting the top frame's registration

Callers 15

resendVerificationCodeFunction · 0.85
handle405ResendErrorFunction · 0.85
waitForSignupEntryStateFunction · 0.85
step3_fillEmailPasswordFunction · 0.85
triggerLoginSubmitActionFunction · 0.85
fillVerificationCodeFunction · 0.85
step6LoginFromEmailPageFunction · 0.85

Calls 1

sleepFunction · 0.85

Tested by

no test coverage detected