MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / listViewColDisplayMode

Function listViewColDisplayMode

renderer.js:14676–14678  ·  view source on GitHub ↗
(colId)

Source from the content-addressed store, hash-verified

14674 console.warn('Model not found or missing ID:', modelIdOrPath);
14675 return;
14676 }
14677
14678 // Fetch fresh tags directly from the database using getModelTags
14679 // This ensures we get the latest tags even if the model object is cached
14680 const tags = await window.electron.getModelTags(model.id);
14681

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected