()
| 168 | } |
| 169 | |
| 170 | public getCurrentView(): SolidViewDataType | undefined { |
| 171 | return this.currentView; |
| 172 | } |
| 173 | |
| 174 | public getView(id: string): SolidViewDataType | undefined { |
| 175 | return this.viewMap.get(id); |
no outgoing calls
no test coverage detected