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

Method getStore

src/@types/middleware/with-schemas/index.d.ts:155–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153export interface Middleware<in out Schemas extends OptionalSchemas> {
154 /// Middleware.getStore
155 getStore(): Store<Schemas>;
156
157 /// Middleware.addWillSetContentCallback
158 addWillSetContentCallback(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected