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

Method forEachCheckpoint

src/@types/checkpoints/index.d.ts:47–47  ·  view source on GitHub ↗
(checkpointCallback: CheckpointCallback)

Source from the content-addressed store, hash-verified

45
46 /// Checkpoints.forEachCheckpoint
47 forEachCheckpoint(checkpointCallback: CheckpointCallback): void;
48
49 /// Checkpoints.hasCheckpoint
50 hasCheckpoint(checkpointId: Id): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected