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

Function shouldProcessDirectory

main.js:4027–4029  ·  view source on GitHub ↗
(dirName)

Source from the content-addressed store, hash-verified

4025 }
4026 if (tok.kind === 'parentModel') {
4027 const cond = [];
4028 pushEqualityListCondition(cond, params, 'parentModel', tok.values.slice(), combine, !!filters.parentModelInverted, false);
4029 return cond[0] || '1';
4030 }
4031 if (tok.kind === 'tag') {
4032 const names = tok.values.slice();

Callers 1

processBatchFunction · 0.85

Calls 1

shouldSkipDirectoryFunction · 0.85

Tested by

no test coverage detected