MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / closeFocusedNode

Method closeFocusedNode

frontend/layout/lib/layoutModel.ts:1317–1319  ·  view source on GitHub ↗

* Shorthand function for closing the focused node in a layout.

()

Source from the content-addressed store, hash-verified

1315 * Shorthand function for closing the focused node in a layout.
1316 */
1317 async closeFocusedNode() {
1318 await this.closeNode(this.focusedNodeId);
1319 }
1320
1321 newEphemeralNode(blockId: string) {
1322 if (this.getter(this.ephemeralNode)) {

Callers

nothing calls this directly

Calls 1

closeNodeMethod · 0.95

Tested by

no test coverage detected