MCPcopy Create free account
hub / github.com/VemtoOrg/vemto2 / updateModelData

Function updateModelData

src/main/RenderableFileQueueHandler.ts:137–143  ·  view source on GitHub ↗
(model: string, id: string, data: any)

Source from the content-addressed store, hash-verified

135 }
136
137 const updateModelData = (model: string, id: string, data: any) => {
138 mainWindow.webContents.send("model:data:updated", {
139 model: model,
140 id: id,
141 data: data
142 })
143 }
144}

Callers 2

generateOrRemoveFilesFunction · 0.85
setFileStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected