MCPcopy Create free account
hub / github.com/material-shell/material-shell / state

Method state

src/layout/msWorkspace/portion.ts:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 get state(): PortionState {
25 return {
26 basis: this.basis,
27 vertical: this.vertical,
28 children: this.children.map((child) => child.state),
29 };
30 }
31
32 set state(state) {
33 this.basis = state.basis;

Callers

nothing calls this directly

Calls 2

updateBordersMethod · 0.95
mapMethod · 0.65

Tested by

no test coverage detected