MCPcopy
hub / github.com/compodoc/compodoc / read

Function read

tools/test-watch.js:3–5  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

1var exec = require('child_process').exec,
2 fs = require('fs-extra'),
3 read = function(file) {
4 return fs.readFileSync(file).toString();
5 },
6 copy = function(source, dest) {
7 return fs.copySync(source, dest);
8 },

Callers 1

test-watch.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…