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

Function displayThumbnail

renderer.js:7898–7907  ·  view source on GitHub ↗
(thumbnail, container, size)

Source from the content-addressed store, hash-verified

7896 await refreshMetadataList('license');
7897 }
7898 }
7899 });
7900 }
7901
7902 // Initialize dialog handlers
7903 initializeDialogHandlers();
7904
7905 window._electronRealEventHandlers['open-backup-restore'] = function() {
7906 const dialog = document.getElementById('backup-restore-dialog');
7907 if (dialog) dialog.showModal();
7908 };
7909 if (window._electronPendingEvents['open-backup-restore']) {
7910 window._electronPendingEvents['open-backup-restore'].forEach((args) => {

Callers 1

renderSTLThumbnailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected