Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ wake
Function
wake
apps/local/src/oauth-result-store.ts:127–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
resolve(result);
126
};
127
const
wake = () => finish(consumeOAuthResult(sessionId));
128
const
onAbort = () => finish(null);
129
const
timer = setTimeout(() => finish(null), opts.timeoutMs);
130
Callers
1
wakeWaiter
Function · 0.85
Calls
2
consumeOAuthResult
Function · 0.85
finish
Function · 0.70
Tested by
no test coverage detected