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

Method hasCheckpoint

src/@types/checkpoints/index.d.ts:50–50  ·  view source on GitHub ↗
(checkpointId: Id)

Source from the content-addressed store, hash-verified

48
49 /// Checkpoints.hasCheckpoint
50 hasCheckpoint(checkpointId: Id): boolean;
51
52 /// Checkpoints.getCheckpoint
53 getCheckpoint(checkpointId: Id): string | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected