MCPcopy Index your code
hub / github.com/MALSync/MALSync / reset

Function reset

src/utils/general.ts:167–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 let intervalId;
166 let rejectThis;
167 const reset = () => {
168 clearTimeout(intervalId);
169 if (rejectThis) rejectThis('AsyncWait stopped');
170 };
171
172 return {
173 asyncWaitUntilTrue: () => {

Callers 1

getAsyncWaitUntilTrueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected