Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/ai
/ dispose
Method
dispose
packages/ai-client/src/chat-client.ts:1520–1524 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1518
}
1519
1520
dispose(): void {
1521
this.unsubscribe()
1522
this.devtoolsBridge.dispose()
1523
this.devtoolsMounted = false
1524
}
1525
}
Callers
15
injectChat
Function · 0.95
useChat
Function · 0.95
createCodeModeTool
Function · 0.45
injectGeneration
Function · 0.45
injectGenerateVideo
Function · 0.45
chatStream
Method · 0.45
text-adapter.test.ts
File · 0.45
useGeneration
Function · 0.45
useGenerateVideo
Function · 0.45
codeModeWithSkills
Function · 0.45
skillToTool
Function · 0.45
chatStreamAcp
Method · 0.45
Calls
1
unsubscribe
Method · 0.95
Tested by
no test coverage detected