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

Function lazyMinimatch

lib/internal/fs/glob.js:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54let minimatch;
55function lazyMinimatch() {
56 minimatch ??= require('internal/deps/minimatch/index');
57 return minimatch;
58}
59
60/**
61 * @param {string} path

Callers 7

createMatcherFunction · 0.85
isLastMethod · 0.85
testMethod · 0.85
#addSubpatternsMethod · 0.85
#iterateSubpatternsMethod · 0.85
matchGlobPatternFunction · 0.85
createIgnoreMatcherFunction · 0.85

Calls 1

requireFunction · 0.50

Tested by 1

testMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…