Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ getAllTasks
Method
getAllTasks
sendat/sendat.ts:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
// 获取用户的任务
277
getUserTasks(chatId: number): SendTask[] {
278
return
this.tasks.filter(task => task.cid === chatId);
279
}
280
281
// 暂停任务
Callers
2
cleanup
Method · 0.80
handleListTasks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected