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

Function everyCallback

src/middleware/index.ts:51–54  ·  view source on GitHub ↗
(
  callbacks: ((...args: any[]) => boolean)[],
  ...ids: Id[]
)

Source from the content-addressed store, hash-verified

49 );
50
51const everyCallback = (
52 callbacks: ((...args: any[]) => boolean)[],
53 ...ids: Id[]
54): boolean => arrayEvery(callbacks, (callback) => callback(...ids));
55
56export const createMiddleware = getCreateFunction(
57 (store: Store): Middleware => {

Callers 6

willDelTablesFunction · 0.70
willDelTableFunction · 0.70
willDelRowFunction · 0.70
willDelCellFunction · 0.70
willDelValuesFunction · 0.70
willDelValueFunction · 0.70

Calls 1

arrayEveryFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…