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

Method insertHorizontal

src/layout/msWorkspace/portion.ts:121–123  ·  view source on GitHub ↗
(basis = 100)

Source from the content-addressed store, hash-verified

119 }
120
121 insertHorizontal(basis = 100) {
122 this.insert(basis, false);
123 }
124
125 push(basis = 100, vertical?: boolean) {
126 if (vertical === undefined) {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.95

Tested by

no test coverage detected