Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
54
let
minimatch;
55
function
lazyMinimatch() {
56
minimatch ??= require(
'internal/deps/minimatch/index'
);
57
return
minimatch;
58
}
59
60
/**
61
* @param {string} path
Callers
7
createMatcher
Function · 0.85
isLast
Method · 0.85
test
Method · 0.85
#addSubpatterns
Method · 0.85
#iterateSubpatterns
Method · 0.85
matchGlobPattern
Function · 0.85
createIgnoreMatcher
Function · 0.85
Calls
1
require
Function · 0.50
Tested by
1
test
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…