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

Method getHandler

ai/ai.ts:2353–2355  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

2351
2352 getHandler(command: string): FeatureHandler | undefined {
2353 return this.features.get(command.toLowerCase());
2354 }
2355}
2356
2357class MiddlewarePipeline {
2358 private middlewares: Middleware[] = [];

Callers 1

AIPluginClass · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected