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

Function getStore

src/persisters/common/create.ts:357–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355 };
356
357 const getStore = (): Store => store;
358
359 const destroy = (): Promise<Persister<Persist>> => {
360 arrayClear(mapGet(scheduleActions, scheduleId) as Action[]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…