()
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected