MCPcopy Create free account
hub / github.com/darcyclarke/Detect.js / readFile

Function readFile

scripts/update_readme_version.js:32–34  ·  view source on GitHub ↗
(file, cb)

Source from the content-addressed store, hash-verified

30
31
32function readFile(file, cb) {
33 fs.readFile(file, {encoding: 'utf8'}, cb);
34}
35
36function packageFilename() {
37 var packageFile = 'package.json';

Callers 2

onPackageReadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected