Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cline/cline
/ dispose
Function
dispose
apps/vscode/src/core/webview/WebviewProvider.ts:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
async
dispose() {
23
await
this.controller.dispose()
24
WebviewProvider.instance = null
25
}
26
27
public static getInstance(): WebviewProvider {
28
if
(!WebviewProvider.instance) {
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected