MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / removeTranscriptMessage

Function removeTranscriptMessage

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

Source from the content-addressed store, hash-verified

1507 * Used when a tombstone is received for an orphaned message.
1508 */
1509export async function removeTranscriptMessage(targetUuid: UUID): Promise<void> {
1510 await getProject().removeMessageByUuid(targetUuid)
1511}
1512
1513export async function recordFileHistorySnapshot(
1514 messageId: UUID,

Callers 1

REPLFunction · 0.85

Calls 2

getProjectFunction · 0.85
removeMessageByUuidMethod · 0.80

Tested by

no test coverage detected