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

Function getExtensionsForCatalogIds

main.js:3852–3860  ·  view source on GitHub ↗

Get extensions (e.g. ['.obj']) for catalog ids (e.g. ['obj']). Used to find/remove models by file type.

(catalogIds)

Source from the content-addressed store, hash-verified

3850 click: () => {
3851 if (mainWindow && !mainWindow.isDestroyed()) {
3852 mainWindow.webContents.send('open-ai-config');
3853 }
3854 }
3855 },
3856 {
3857 label: 'File Type',
3858 click: () => mainWindow.webContents.send('open-file-type-settings')
3859 },
3860 {
3861 label: 'Performance',
3862 click: () => mainWindow.webContents.send('open-performance-settings')
3863 },

Callers 1

main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected