MCPcopy 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
3import { mustCall, mustNotMutateObjectDeep } from '../common/index.mjs';
4import assert from 'node:assert';

Callers

nothing calls this directly

Calls 8

nextdirFunction · 0.90
assertDirEquivalentFunction · 0.90
mustNotMutateObjectDeepFunction · 0.85
mustCallFunction · 0.70
cpFunction · 0.50
assertFunction · 0.50
refreshMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected