Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-fs-cp-async-with-mode-flags.mjs
File
test-fs-cp-async-with-mode-flags.mjs
test/parallel/test-fs-cp-async-with-mode-flags.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// This tests that it copies a nested folder structure with mode flags.
2
3
import
{ mustCall, mustNotMutateObjectDeep } from
'../common/index.mjs'
;
4
import
assert from
'node:assert'
;
Callers
nothing calls this directly
Calls
8
nextdir
Function · 0.90
assertDirEquivalent
Function · 0.90
mustNotMutateObjectDeep
Function · 0.85
mustCall
Function · 0.70
cp
Function · 0.50
assert
Function · 0.50
refresh
Method · 0.45
path
Method · 0.45
Tested by
no test coverage detected