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

Function parseThumbnails

renderer.js:17607–17615  ·  view source on GitHub ↗
(thumbnailString)

Source from the content-addressed store, hash-verified

17605 const progressDialog = document.getElementById('hash-progress-dialog') || document.querySelector('.progress-dialog');
17606 if (progressDialog) {
17607 progressDialog.close();
17608 progressDialog.remove();
17609 isHashDialogShowing = false;
17610 }
17611 // Log completion result for debugging
17612 if (result) {
17613 console.log('Hash generation completed:', result);
17614 }
17615 } catch (error) {
17616 console.error('Error refreshing duplicates after hash completion:', error);
17617 }
17618});

Callers 2

navigateThumbnailFunction · 0.70
createModelItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected