Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2357
class
MiddlewarePipeline {
2358
private middlewares: Middleware[] = [];
Callers
1
AIPlugin
Class · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected