MCPcopy Create free account
hub / github.com/Surfer-Org/Protocol / wait

Function wait

desktop/src/main/preloadFunctions.js:47–51  ·  view source on GitHub ↗
(seconds)

Source from the content-addressed store, hash-verified

45}
46
47async function wait(seconds) {
48 return new Promise((resolve) => {
49 setTimeout(resolve, seconds * 1000);
50 });
51}
52
53async function waitForContentToStabilize() {
54 return new Promise((resolve) => {

Callers 7

exportTwitterFunction · 0.85
exportBookmarksFunction · 0.85
exportNotionFunction · 0.85
exportChatgptFunction · 0.85
exportGmailFunction · 0.85
exportYoutubeFunction · 0.85
exportLinkedinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected