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

Method clear

aban/aban.ts:146–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 if (!this.db) return;
145 this.db.data.cache = {};
146 await this.db.write();
147 }
148}
149
150// ==================== 用户解析器 ====================
151type ResolvedTarget = {
152 user: any;
153 uid: number | null;
154 participant?: any;

Callers 15

cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cancelAllOperationsMethod · 0.80

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected