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

Method getScenes

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

Source from the content-addressed store, hash-verified

144 }
145
146 public getScenes(): SolidScenaDataType[] {
147 return this.scenes || [];
148 }
149
150 public getPages(): SolidPageDataType[] {
151 return this.pages || [];

Callers 4

useGeneralFunction · 0.80
createSceneFunction · 0.80
deletePageFunction · 0.80
GeneralFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected