MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / checkpointRestore

Method checkpointRestore

src/core/task/Task.ts:4607–4609  ·  view source on GitHub ↗
(options: CheckpointRestoreOptions)

Source from the content-addressed store, hash-verified

4605 return cleanConversationHistory
4606 }
4607 public async checkpointRestore(options: CheckpointRestoreOptions) {
4608 return checkpointRestore(this, options)
4609 }
4610
4611 public async checkpointDiff(options: CheckpointDiffOptions) {
4612 return checkpointDiff(this, options)

Callers 2

webviewMessageHandlerFunction · 0.80

Calls 1

checkpointRestoreFunction · 0.90

Tested by

no test coverage detected