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

Method destroy

ai/ai.ts:2492–2495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2490
2491 destroy(): void {
2492 this.httpAgent.destroy();
2493 this.httpsAgent.destroy();
2494 }
2495
2496 async request<T = any>(
2497 requestConfig: AxiosRequestConfig,
2498 token?: AbortToken,

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected