MCPcopy Index your code
hub / github.com/tinyplex/tinybase / promiseAll

Function promiseAll

src/common/other.ts:140–141  ·  view source on GitHub ↗
(promises: Promise<any>[])

Source from the content-addressed store, hash-verified

138): Promise<Value> => new promise(resolver);
139
140export const promiseAll = async (promises: Promise<any>[]) =>
141 promise.all(promises);
142
143export const structuredClone = GLOBAL.structuredClone as <T>(value: T) => T;
144

Callers 9

objectStoreMatchFunction · 0.90
forObjectStoresFunction · 0.90
saveStoreFunction · 0.90
saveTableFunction · 0.90
saveTablesFunction · 0.90
loadTablesFunction · 0.90
addDataChangedTriggersFunction · 0.90
addPersisterListenerFunction · 0.90
destroyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…