MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / getTopicRootIdFromMessage

Function getTopicRootIdFromMessage

dme/dme.ts:550–552  ·  view source on GitHub ↗
(message: any)

Source from the content-addressed store, hash-verified

548 if (typeof topicRootId !== "number") return true;
549 return getTopicRootIdFromMessage(message) === topicRootId;
550}
551
552/**
553 * 自适应批次删除函数
554 */
555async function adaptiveBatchDelete(

Callers 2

isMessageInTopicFunction · 0.85
dmeFunction · 0.85

Calls 1

Tested by

no test coverage detected