MCPcopy Create free account
hub / github.com/WJX20/claude-code / removeTranscriptMessage

Function removeTranscriptMessage

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

Source from the content-addressed store, hash-verified

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

Callers 1

REPLFunction · 0.85

Calls 2

getProjectFunction · 0.85
removeMessageByUuidMethod · 0.80

Tested by

no test coverage detected