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

Method isWhite

pangu/pangu.ts:248–250  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

246 // 检查是否为黑名单
247 private isBlack(chatId: string): boolean {
248 return this.db.data.blacklist.includes(chatId);
249 }
250
251 // 更新统计
252 private updateStats(): void {
253 const enabledChats = Object.values(this.db.data.chats)

Callers 2

showStatusMethod · 0.95
PanguPluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected