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

Method getEffectiveRules

autodelcmd/autodelcmd.ts:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 // 生成规则的唯一key
153 private getRuleKey(rule: CommandRule): string {
154 return `${rule.command}:${rule.parameters?.join(',') || ''}:${rule.exactMatch ? 'exact' : 'normal'}`;
155 }
156
157 public async initialize() {

Callers 2

getAllRulesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected