MCPcopy Index your code
hub / github.com/nodejs/node / test-fs-glob.mjs

File test-fs-glob.mjs

test/parallel/test-fs-glob.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as common from '../common/index.mjs';
2import tmpdir from '../common/tmpdir.js';
3import { resolve, dirname, sep, relative, join, isAbsolute } from 'node:path';
4import { mkdir, writeFile, symlink, glob as asyncGlob } from 'node:fs/promises';

Callers

nothing calls this directly

Calls 15

mkdirFunction · 0.90
promisifyFunction · 0.85
globSyncFunction · 0.85
getNestedCycleMatchesFunction · 0.85
chmodSyncFunction · 0.85
writeFileSyncFunction · 0.85
sortMethod · 0.80
setupFunction · 0.70
testFunction · 0.70
assertDirentsFunction · 0.70
mapMethod · 0.65
filterMethod · 0.65

Tested by

no test coverage detected