MCPcopy Index your code
hub / github.com/socketstream/socketstream / andThen

Function andThen

lib/client/bundler/index.js:515–520  ·  view source on GitHub ↗
(err, results)

Source from the content-addressed store, hash-verified

513 }
514
515 function andThen(err, results) {
516 var fileName = bundler.dests.paths[assetType];
517 fs.writeFileSync(fileName, postProcess(results.filter(function(f) { return f.content && f.content !== ';'; })));
518 log.info('✓'.green, 'Packed', results.length, 'files into', bundler.dests.relPaths[assetType]);
519 done();
520 }
521 },
522
523 //TODO task for generating the on-demand stuff to target assets dir

Callers

nothing calls this directly

Calls 1

doneFunction · 0.85

Tested by

no test coverage detected