MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / getRectByIdIndex

Method getRectByIdIndex

packages/core/src/app/widgetRenderer.ts:1584–1586  ·  view source on GitHub ↗

* Get the latest committed id->rect layout index.

()

Source from the content-addressed store, hash-verified

1582 * Get the latest committed id->rect layout index.
1583 */
1584 getRectByIdIndex(): ReadonlyMap<string, Rect> {
1585 return this.rectById;
1586 }
1587
1588 setTerminalProfile(next: TerminalProfile): void {
1589 this.terminalProfile = next;

Calls

no outgoing calls

Tested by 2

createButtonHarnessFunction · 0.76
centerOfFunction · 0.64