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

Function getStore

src/checkpoints/index.ts:193–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 };
192
193 const getStore = (): Store => store;
194
195 const getCheckpointIds = (): CheckpointIds => [
196 [...backwardIds],

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…