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

Method fromGlob

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

Source from the content-addressed store, hash-verified

1162 }
1163 /* c8 ignore stop */
1164 static fromGlob(pattern, options = {}) {
1165 return orig.AST.fromGlob(pattern, ext(def, options));
1166 }
1167 },
1168 unescape: (s, options = {}) => orig.unescape(s, ext(def, options)),
1169 escape: (s, options = {}) => orig.escape(s, ext(def, options)),

Callers

nothing calls this directly

Calls 2

extFunction · 0.70
fromGlobMethod · 0.45

Tested by

no test coverage detected