Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleAutoRepeatCommand
Method · 0.80
Calls
2
clear
Method · 0.80
set
Method · 0.45
Tested by
no test coverage detected