MCPcopy 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

bringViewToFrontMethod · 0.95
hideViewMethod · 0.95
hideAllViewsMethod · 0.95
attachIPCEventsMethod · 0.95
destroyViewMethod · 0.80
destoryAllViewsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected