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

Method getStore

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

Source from the content-addressed store, hash-verified

81export interface Middleware {
82 /// Middleware.getStore
83 getStore(): Store;
84
85 /// Middleware.addWillSetContentCallback
86 addWillSetContentCallback(callback: WillSetContentCallback): Middleware;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected