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

Function trackTimer

autorepeat/autorepeat.ts:136–139  ·  view source on GitHub ↗
(timer: ReturnType<typeof setTimeout>)

Source from the content-addressed store, hash-verified

134
135function clearTrackedTimer(timer: ReturnType<typeof setTimeout>): void {
136 clearTimeout(timer);
137 pendingTimers.delete(timer);
138}
139
140// ==================== 消息管理器 ====================
141class MessageManager {
142 static async smartEdit(

Callers 1

smartEditMethod · 0.70

Calls 1

addMethod · 0.45

Tested by

no test coverage detected