MCPcopy Create free account
hub / github.com/github/awesome-copilot / settle

Function settle

extensions/java-modernization-studio/test/cockpit.test.mjs:1127–1127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1125 };
1126 new Function("window", "document", "EventSource", "fetch", "setTimeout", "clearTimeout", "console", script)(win, doc, ES, fetchShim, setTimeout, clearTimeout, console);
1127 const settle = async () => { await new Promise((r) => setTimeout(r, 0)); await new Promise((r) => setTimeout(r, 0)); };
1128 return {
1129 async ready() { await settle(); return this; },
1130 app: () => (slots.app ? slots.app._html : ""),

Callers 3

readyFunction · 0.85
clickKindFunction · 0.85
reconnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected