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

Function removeTranscriptMessage

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

Source from the content-addressed store, hash-verified

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

Callers 1

REPLFunction · 0.85

Calls 2

getProjectFunction · 0.85
removeMessageByUuidMethod · 0.80

Tested by

no test coverage detected