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

Class

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

Source from the content-addressed store, hash-verified

2386
2387class TimeoutMiddleware implements Middleware {
2388 private configManagerPromise: Promise<ConfigManager>;
2389
2390 constructor(configManagerPromise: Promise<ConfigManager>) {
2391 this.configManagerPromise = configManagerPromise;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected