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

Class

ai/ai.ts:2346–2346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2344
2345class FeatureRegistry {
2346 private features = new Map<string, FeatureHandler>();
2347
2348 register(handler: FeatureHandler): void {
2349 this.features.set(handler.command.toLowerCase(), handler);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected