Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ setCheckpoint
Method
setCheckpoint
src/@types/checkpoints/with-schemas/index.d.ts:39–39 ·
view source on GitHub ↗
(checkpointId: Id, label: string)
Source
from the content-addressed store, hash-verified
37
38
/// Checkpoints.setCheckpoint
39
setCheckpoint(checkpointId: Id, label: string): Checkpoints<Schemas>;
40
41
/// Checkpoints.getStore
42
getStore(): Store<Schemas>;
Callers
6
checkpoints.ts
File · 0.65
testStoreListenerFunctions
Function · 0.65
testCustomCheckpointComponents
Function · 0.65
testComponents
Function · 0.65
primitives.test.ts
File · 0.65
checkpoints.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected