MCPcopy Index your code
hub / github.com/winfunc/opcode / handleCheckpointSelect

Function handleCheckpointSelect

src/components/ClaudeCodeSession.tsx:901–906  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

899 };
900
901 const handleCheckpointSelect = async () => {
902 // Reload messages from the checkpoint
903 await loadSessionHistory();
904 // Ensure timeline reloads to highlight current checkpoint
905 setTimelineVersion((v) => v + 1);
906 };
907
908 const handleCheckpointCreated = () => {
909 // Update checkpoint count in session metrics

Callers

nothing calls this directly

Calls 1

loadSessionHistoryFunction · 0.70

Tested by

no test coverage detected