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

Method getPage

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

Source from the content-addressed store, hash-verified

160 }
161
162 public getPage(id: string): SolidPageDataType | undefined {
163 return this.pageMap.get(id);
164 }
165
166 public getCurrentPage(): SolidPageDataType | undefined {
167 return this.currentPage;

Callers 2

selectPageMethod · 0.95
SolidEditorClass · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected