MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / newLayoutTreeState

Function newLayoutTreeState

frontend/layout/tests/model.ts:6–11  ·  view source on GitHub ↗
(rootNode: LayoutNode)

Source from the content-addressed store, hash-verified

4import { LayoutNode, LayoutTreeState } from "../lib/types";
5
6export function newLayoutTreeState(rootNode: LayoutNode): LayoutTreeState {
7 return {
8 rootNode,
9 pendingBackendActions: [],
10 };
11}

Callers 1

layoutTree.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected