Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mathuo/dockview
/ dispose
Method
dispose
packages/dockview-core/src/splitview/viewItem.ts:91–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
dispose(): IView {
92
this.disposable.dispose();
93
return
this.view;
94
}
95
}
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected