MCPcopy Create free account
hub / github.com/experdot/pointer /

Class

src/main/aiHandler.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50class AIHandler {
51 // 使用 Map 管理多个并行请求的 AbortController
52 private abortControllers = new Map<string, AbortController>()
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected