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

Method disableAll

autorepeat/autorepeat.ts:287–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285
286 static isEnabled(groupId: number): boolean {
287 return this.enabledGroups.has(groupId);
288 }
289
290 static getEnabledGroups(): number[] {
291 return Array.from(this.enabledGroups);
292 }
293

Callers 1

Calls 2

clearMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected