MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / checkRedlockSignalAborted

Function checkRedlockSignalAborted

packages/@stdlib/redlock/src/index.ts:24–30  ·  view source on GitHub ↗
(signals: RedlockAbortSignal[] = [])

Source from the content-addressed store, hash-verified

22}
23
24export function checkRedlockSignalAborted(signals: RedlockAbortSignal[] = []) {
25 for (const signal of signals) {
26 if (signal.aborted) {
27 throw signal.error;
28 }
29 }
30}

Callers 15

handleFunction · 0.90
removeRecentPagesFunction · 0.90
addFavoritePagesFunction · 0.90
removeFavoritePageFunction · 0.90
markAsReadFunction · 0.90
delete_Function · 0.90
requestFunction · 0.90
disableFunction · 0.90
forgetTrustedDevicesFunction · 0.90
loadFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected