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

Method getStore

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

Source from the content-addressed store, hash-verified

205
206 /// Persister.getStore
207 getStore(): PersistedStore<Persist>;
208
209 /// Persister.destroy
210 destroy(): Promise<this>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected