Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudOrc/SolidUI
/ getView
Method
getView
solidui-web/src/utils/ModelManager.ts:174–176 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
172
}
173
174
public getView(id: string): SolidViewDataType | undefined {
175
return
this.viewMap.get(id);
176
}
177
178
public selectPage(id: string): void {
179
this.currentPage = this.getPage(id);
Callers
3
SolidEditor
Class · 0.80
render
Method · 0.80
selectViewById
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected