MCPcopy
hub / github.com/holaboss-ai/holaOS / resolve

Function resolve

runtime/api-server/src/queue-worker.test.ts:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28function deferred<T>() {
29 let resolve: (value: T | PromiseLike<T>) => void = () => undefined;
30 let reject: (reason?: unknown) => void = () => undefined;
31 const promise = new Promise<T>((resolvePromise, rejectPromise) => {
32 resolve = resolvePromise;

Callers 15

createZipArchiveFunction · 0.85
successListenerFunction · 0.85
openSessionOutputStreamFunction · 0.85
killWindowsProcessTreeFunction · 0.85
isRuntimeHealthyFunction · 0.85
settleFunction · 0.85
waitForHtmlPdfRenderFunction · 0.85
finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected