MCPcopy
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

injectChatFunction · 0.95
useChatFunction · 0.95
createCodeModeToolFunction · 0.45
injectGenerationFunction · 0.45
injectGenerateVideoFunction · 0.45
chatStreamMethod · 0.45
useGenerationFunction · 0.45
useGenerateVideoFunction · 0.45
codeModeWithSkillsFunction · 0.45
skillToToolFunction · 0.45
chatStreamAcpMethod · 0.45

Calls 1

unsubscribeMethod · 0.95

Tested by

no test coverage detected