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

Method constructor

cy/cy.ts:396–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394 private runningRuns = new Set<string>();
395
396 constructor() {
397 super();
398 this.timer = setInterval(() => {
399 this.tickSchedule().catch((error) => console.error("[cy] 定时词云失败:", error));
400 }, 30_000);
401 }
402
403 cleanup(): void {
404 if (this.timer) clearInterval(this.timer);

Callers

nothing calls this directly

Calls 2

tickScheduleMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected