MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / getView

Method getView

solidui-web/src/utils/ModelManager.ts:174–176  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

172 }
173
174 public getView(id: string): SolidViewDataType | undefined {
175 return this.viewMap.get(id);
176 }
177
178 public selectPage(id: string): void {
179 this.currentPage = this.getPage(id);

Callers 3

SolidEditorClass · 0.80
renderMethod · 0.80
selectViewByIdFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected