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

Function m

deps/minimatch/index.js:1148–1148  ·  view source on GitHub ↗
(p, pattern, options = {})

Source from the content-addressed store, hash-verified

1146 }
1147 const orig = exports.minimatch;
1148 const m = (p, pattern, options = {}) => orig(p, pattern, ext(def, options));
1149 return Object.assign(m, {
1150 Minimatch: class Minimatch extends orig.Minimatch {
1151 constructor(pattern, options = {}) {

Callers

nothing calls this directly

Calls 1

extFunction · 0.70

Tested by

no test coverage detected