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

Method getLayoutByKey

src/manager/layoutManager.ts:177–179  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

175 }
176
177 getLayoutByKey(key: string): LayoutType {
178 return TilingLayoutByKey[key];
179 }
180
181 // getNextLayout(currentLayout, direction: string): string {
182 // let { key } = currentLayout.constructor;

Callers 2

constructorMethod · 0.80
addLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected