MCPcopy Create free account
hub / github.com/Noumena-Network/code / removeTranscriptMessage

Function removeTranscriptMessage

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

Source from the content-addressed store, hash-verified

1628 * Used when a tombstone is received for an orphaned message.
1629 */
1630export async function removeTranscriptMessage(targetUuid: UUID): Promise<void> {
1631 await getProject().removeMessageByUuid(targetUuid)
1632}
1633
1634export async function recordFileHistorySnapshot(
1635 messageId: UUID,

Callers 2

REPLFunction · 0.85
applyLocalQueryEventFunction · 0.85

Calls 2

getProjectFunction · 0.85
removeMessageByUuidMethod · 0.80

Tested by

no test coverage detected