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

Function rejectStep8

background/steps/confirm-oauth.js:51–57  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

49 };
50
51 const rejectStep8 = (error) => {
52 if (resolved) return;
53 resolved = true;
54 clearTimeout(timeout);
55 cleanupListener();
56 reject(error);
57 };
58
59 const finalizeStep8Callback = (callbackUrl) => {
60 if (resolved || !callbackUrl) return;

Callers 1

executeStep8Function · 0.85

Calls 1

cleanupListenerFunction · 0.85

Tested by

no test coverage detected