# traceSeekCheckpoint

`import { traceSeekCheckpoint } from "destack:runtime";`

Seek one causal trace cursor to one checkpoint boundary.

```ds title="traceSeekCheckpoint"
export declare function traceSeekCheckpoint(cursor: TraceCursorHandle, checkpointId: CheckpointId): Result<void, HostError>
```

[language/library/src/runtime/trace.ds:153:156](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/trace.ds#L153-L156)
