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

Method resetToDefaults

autodelcmd/autodelcmd.ts:669–672  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

667 await this.initializeDefaultConfig();
668 }
669
670 // 开关管理方法
671 public isEnabled(): boolean {
672 return this.config.enabled === true; // 默认false,只有明确设置为true才启用
673 }
674
675 public async setEnabled(enabled: boolean): Promise<void> {

Callers 1

handleResetMethod · 0.80

Calls 1

Tested by

no test coverage detected