MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / getModel

Method getModel

solidui-web/src/utils/ModelManager.ts:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 public getModel(): SolidModelDataType | undefined {
183 return this.model;
184 }
185
186 public addView(view: SolidViewDataType): void {
187 if (isNil(this.currentPage)) {

Callers 4

selectPageFunction · 0.80
ScenePropertiesPanelFunction · 0.80
handlePreviewFunction · 0.80
renderPreviewPopupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected