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

Function willDelValue

src/middleware/index.ts:122–123  ·  view source on GitHub ↗
(valueId: Id)

Source from the content-addressed store, hash-verified

120 const willDelValues = (): boolean => everyCallback(willDelValuesCallbacks);
121
122 const willDelValue = (valueId: Id): boolean =>
123 everyCallback(willDelValueCallbacks, valueId);
124
125 const willApplyChanges = (changes: Changes): Changes | undefined =>
126 reduceCallbacks(willApplyChangesCallbacks, changes);

Callers

nothing calls this directly

Calls 1

everyCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…