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

Method addWillSetContentCallback

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

Source from the content-addressed store, hash-verified

84
85 /// Middleware.addWillSetContentCallback
86 addWillSetContentCallback(callback: WillSetContentCallback): Middleware;
87
88 /// Middleware.addWillSetTablesCallback
89 addWillSetTablesCallback(callback: WillSetTablesCallback): Middleware;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected