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

Method isWhite

mode/mode.ts:156–158  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

154 /* ===================== 白名单 / 黑名单 ===================== */
155
156 private isWhite(chatId: string): boolean {
157 return this.db.data.whitelist.includes(chatId);
158 }
159
160 private isBlack(chatId: string): boolean {
161 return this.db.data.blacklist.includes(chatId);

Callers 1

MessageModePluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected