Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
555
async
function
adaptiveBatchDelete(
Callers
2
isMessageInTopic
Function · 0.85
dme
Function · 0.85
Calls
1
getTopicRootIdFromReplyHeader
Function · 0.85
Tested by
no test coverage detected