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

Method addWillSetValueCallback

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

Source from the content-addressed store, hash-verified

102
103 /// Middleware.addWillSetValueCallback
104 addWillSetValueCallback(callback: WillSetValueCallback): Middleware;
105
106 /// Middleware.addWillDelTablesCallback
107 addWillDelTablesCallback(callback: WillDelTablesCallback): Middleware;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected