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

Method getViews

solidui-web/src/utils/ModelManager.ts:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 public getViews(): SolidViewDataType[] {
155 return this.views || [];
156 }
157
158 public getScene(id: string): SolidScenaDataType | undefined {
159 return this.sceneMap.get(id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected