copy()
in
lib/file.js [56:58]
3
lines of code
1
McCabe index (conditional complexity)
copy(dest) { return fs.copyAsync(this.path, dest); }