Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/
Class
ai/ai.ts:2358–2358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2356
2357
class
MiddlewarePipeline {
2358
private middlewares: Middleware[] = [];
2359
2360
use(middleware: Middleware): void {
2361
this.middlewares.push(middleware);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected