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

Method addWillSetCellCallback

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

Source from the content-addressed store, hash-verified

96
97 /// Middleware.addWillSetCellCallback
98 addWillSetCellCallback(callback: WillSetCellCallback): Middleware;
99
100 /// Middleware.addWillSetValuesCallback
101 addWillSetValuesCallback(callback: WillSetValuesCallback): Middleware;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected