MCPcopy
hub / github.com/yortus/asyncawait / countFiles-co.js

File countFiles-co.js

comparison/countFiles/countFiles-co.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var Promise = require('bluebird');
2var fs = Promise.promisifyAll(require('fs'));
3var path = require('path');
4var _ = require('lodash');

Callers

nothing calls this directly

Calls 4

joinMethod · 0.80
isFileMethod · 0.80
mapMethod · 0.65
filterMethod · 0.65

Tested by

no test coverage detected