MCPcopy 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

DashboardFunction · 0.80

Calls 2

__clearMethod · 0.95
__configMethod · 0.95

Tested by

no test coverage detected