Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
useGeneral
Function · 0.80
createScene
Function · 0.80
deletePage
Function · 0.80
General
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected