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

Class

tmp_admin/tmp_admin.ts:350–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348
349 constructor() {
350 super();
351 this.restorePromise = this.restoreJobs().catch((error) => {
352 if (String(error?.message || error).includes("runtime is not initialized")) return;
353 console.error("[tmp_admin] 恢复临时管理员任务失败:", error);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected