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

Method getCustomRules

autodelcmd/autodelcmd.ts:656–658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654 }
655
656 public getCustomRulesByCommand(command?: string): CommandRule[] {
657 const rules = this.getCustomRules();
658 return command ? rules.filter(r => r.command === command) : rules;
659 }
660
661 public getAllRules(): CommandRule[] {

Callers 3

addCustomRuleMethod · 0.95
handleAddRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected