Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/material-shell/material-shell
/ insertVertical
Method
insertVertical
src/layout/msWorkspace/portion.ts:117–119 ·
view source on GitHub ↗
(basis = 100)
Source
from the content-addressed store, hash-verified
115
}
116
117
insertVertical(basis = 100) {
118
this.insert(basis, true);
119
}
120
121
insertHorizontal(basis = 100) {
122
this.insert(basis, false);
Callers
nothing calls this directly
Calls
1
insert
Method · 0.95
Tested by
no test coverage detected