Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
Promise = require(
'bluebird'
);
2
var
fs = Promise.promisifyAll(require(
'fs'
));
3
var
path = require(
'path'
);
4
var
_ = require(
'lodash'
);
Callers
nothing calls this directly
Calls
8
join
Method · 0.80
isFile
Method · 0.80
catch
Method · 0.80
map
Method · 0.65
each
Method · 0.65
forEach
Method · 0.65
then
Method · 0.65
yield_
Function · 0.50
Tested by
no test coverage detected