MCPcopy
hub / github.com/codeaashu/claude-code / removeTranscriptMessage

Function removeTranscriptMessage

src/utils/sessionStorage.ts:1472–1474  ·  view source on GitHub ↗
(targetUuid: UUID)

Source from the content-addressed store, hash-verified

1470 * Used when a tombstone is received for an orphaned message.
1471 */
1472export async function removeTranscriptMessage(targetUuid: UUID): Promise<void> {
1473 await getProject().removeMessageByUuid(targetUuid)
1474}
1475
1476export async function recordFileHistorySnapshot(
1477 messageId: UUID,

Callers 1

REPLFunction · 0.85

Calls 2

getProjectFunction · 0.85
removeMessageByUuidMethod · 0.80

Tested by

no test coverage detected