Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudOrc/SolidUI
/ getPage
Method
getPage
solidui-web/src/utils/ModelManager.ts:162–164 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
160
}
161
162
public getPage(id: string): SolidPageDataType | undefined {
163
return
this.pageMap.get(id);
164
}
165
166
public getCurrentPage(): SolidPageDataType | undefined {
167
return
this.currentPage;
Callers
2
selectPage
Method · 0.95
SolidEditor
Class · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected