MCPcopy Create free account
hub / github.com/dajie111/nodeseek-userscript / pushInv

Function pushInv

nodeImage.js:577–579  ·  view source on GitHub ↗
(name, reason, kind)

Source from the content-addressed store, hash-verified

575 var valid = [];
576 var invalidRows = [];
577 function pushInv(name, reason, kind) {
578 invalidRows.push({ name: name, reason: reason, kind: kind || 'format' });
579 }
580 for (var i = 0; i < files.length; i++) {
581 var f = files[i];
582 if (!f) {

Callers 1

partitionUploadFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected