Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deta/surf
/ removeChildView
Method
removeChildView
app/src/main/viewManager.ts:702–705 ·
view source on GitHub ↗
(view: WCView)
Source
from the content-addressed store, hash-verified
700
}
701
702
removeChildView(view: WCView) {
703
this.window.contentView.removeChildView(view.wcv)
704
view.attached = false
705
}
706
707
bringViewToFront(id: string) {
708
try {
Callers
6
bringViewToFront
Method · 0.95
hideView
Method · 0.95
hideAllViews
Method · 0.95
attachIPCEvents
Method · 0.95
destroyView
Method · 0.80
destoryAllViews
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected