MCPcopy
hub / github.com/yortus/asyncawait / descendentFilePaths.js

File descendentFilePaths.js

examples/descendentFilePaths.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 8

joinMethod · 0.80
isFileMethod · 0.80
catchMethod · 0.80
mapMethod · 0.65
eachMethod · 0.65
forEachMethod · 0.65
thenMethod · 0.65
yield_Function · 0.50

Tested by

no test coverage detected