Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudOrc/SolidUI
/ attach
Method
attach
solidui-web/src/utils/ModelManager.ts:62–66 ·
view source on GitHub ↗
(model: SolidModelDataType)
Source
from the content-addressed store, hash-verified
60
}
61
62
public attach(model: SolidModelDataType): void {
63
this.model = model;
64
this.__clear();
65
this.__config(model);
66
}
67
68
private __clear() {
69
this.currentPage = undefined;
Callers
1
Dashboard
Function · 0.80
Calls
2
__clear
Method · 0.95
__config
Method · 0.95
Tested by
no test coverage detected