MCPcopy Create free account
hub / github.com/tinyplex/tinybase / addWillDelValueCallback

Method addWillDelValueCallback

src/@types/middleware/index.d.ts:122–122  ·  view source on GitHub ↗
(callback: WillDelValueCallback)

Source from the content-addressed store, hash-verified

120
121 /// Middleware.addWillDelValueCallback
122 addWillDelValueCallback(callback: WillDelValueCallback): Middleware;
123
124 /// Middleware.addWillApplyChangesCallback
125 addWillApplyChangesCallback(callback: WillApplyChangesCallback): Middleware;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected