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

Function parseZipPath

main.js:6835–6844  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

6833 }
6834 if (errorCount > 0) {
6835 parts.push(`${errorCount} file(s) had errors`);
6836 }
6837
6838 if (parts.length > 0) {
6839 if (message) {
6840 message += '\n\n' + parts.join('.\n');
6841 } else {
6842 message = parts.join('.\n');
6843 }
6844 }
6845
6846 if (!message) {
6847 message = 'No files processed.';

Callers 8

startHttpServerFunction · 0.70
calculateFileHashFunction · 0.70
removeNonExistentFilesFunction · 0.70
main.jsFile · 0.70
extract3MFMetadataFunction · 0.70
readModelFileHandlerFunction · 0.70
parse3mfPreviewHandlerFunction · 0.70
processFileFunction · 0.70

Calls 1

isUrlModelFunction · 0.85

Tested by

no test coverage detected