Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ sleep
Function
sleep
dme/dme.ts:56–57 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
54
/**
55
* 获取防撤回图片,支持缓存
56
*/
57
async
function
getTrollImage(): Promise<string | null> {
58
if
(fs.existsSync(CONFIG.TROLL_IMAGE_PATH)) {
59
return
CONFIG.TROLL_IMAGE_PATH;
60
}
Callers
8
deleteMessagesWithRetry
Function · 0.70
getEntityWithRetry
Function · 0.70
adaptiveBatchDelete
Function · 0.70
deleteInSavedMessages
Function · 0.70
traditionalStreamProcessing
Function · 0.70
quickDeleteMyMessages
Function · 0.70
searchEditAndDeleteMyMessages
Function · 0.70
dme
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected