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

Method updateStats

pangu/pangu.ts:258–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 // 记录格式化消息
259 private async recordFormattedMessage(): Promise<void> {
260 this.db.data.stats.formattedMessages += 1;
261 this.db.data.stats.lastFormatted = Date.now();
262 await this.db.write();
263 }
264
265 // 检查文本是否发生变化 (忽略空白字符的变化,只看内容)

Callers 4

setupMethod · 0.95
initDBMethod · 0.95
setChatModeMethod · 0.95
PanguPluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected