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

Method selectPage

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

Source from the content-addressed store, hash-verified

176 }
177
178 public selectPage(id: string): void {
179 this.currentPage = this.getPage(id);
180 }
181
182 public getModel(): SolidModelDataType | undefined {
183 return this.model;

Callers 1

selectPageFunction · 0.80

Calls 1

getPageMethod · 0.95

Tested by

no test coverage detected