Skip to content

createMemoryTransferCheckpointStore

function createMemoryTransferCheckpointStore(options?: MemoryTransferCheckpointStoreOptions): TransferCheckpointStore;

Defined in: src/transfers/TransferCheckpointStore.ts:228

Creates an in-memory TransferCheckpointStore.

Suitable for in-process retry resume (the engine’s retry policy re-enters the executor with the store still populated) and for tests. Does not survive process restarts - use createFileSystemTransferCheckpointStore for cross-process resume.

ParameterType
optionsMemoryTransferCheckpointStoreOptions

TransferCheckpointStore