Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/
Class
src/main/aiHandler.ts:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
class
AIHandler {
25
private abortControllers =
new
Map<string, AbortController>()
26
private requestStates =
new
Map<string, RequestState>()
27
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected