MCPcopy Index your code
hub / github.com/nodejs/node / globSync

Function globSync

lib/fs.js:3801–3804  ·  view source on GitHub ↗
(pattern, options)

Source from the content-addressed store, hash-verified

3799}
3800
3801function globSync(pattern, options) {
3802 const Glob = lazyGlob();
3803 return new Glob(pattern, options).globSync();
3804}
3805
3806
3807module.exports = fs = {

Callers 3

mainFunction · 0.85
test-fs-glob.mjsFile · 0.85
test-icu-env.jsFile · 0.85

Calls 1

globSyncMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…