MCPcopy Index your code
hub / github.com/unconed/TermKit / read

Function read

Node/shell/reader.js:511–519  ·  view source on GitHub ↗
(file, complete)

Source from the content-addressed store, hash-verified

509
510 // Helper: Process a single file.
511 function read(file, complete) {
512 var reader = new exports.fileReader(file, function (headers) {
513 return handler;
514 }, function () {
515 complete();
516 }, function (error) {
517 that.error(error);
518 });
519 }
520
521 // Process all files in sequence, asynchronously.
522 var files = files.slice();

Callers 1

reader.jsFile · 0.85

Calls 1

completeFunction · 0.50

Tested by

no test coverage detected