MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / flushAsync

Function flushAsync

dashboard/test/hermes-wrapper.test.mjs:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101async function flushAsync() {
102 await new Promise((resolve) => setTimeout(resolve, 0));
103 await new Promise((resolve) => setTimeout(resolve, 0));
104}
105
106test("wrapper rewrites child API calls and keeps child registrations isolated", async () => {
107 const scripts = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected