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

Method getScene

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

Source from the content-addressed store, hash-verified

156 }
157
158 public getScene(id: string): SolidScenaDataType | undefined {
159 return this.sceneMap.get(id);
160 }
161
162 public getPage(id: string): SolidPageDataType | undefined {
163 return this.pageMap.get(id);

Callers 2

addPageMethod · 0.95
toggleSceneFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected