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

Method constructor

deps/minimatch/index.js:1160–1162  ·  view source on GitHub ↗
(type, parent, options = {})

Source from the content-addressed store, hash-verified

1158 AST: class AST extends orig.AST {
1159 /* c8 ignore start */
1160 constructor(type, parent, options = {}) {
1161 super(type, parent, ext(def, options));
1162 }
1163 /* c8 ignore stop */
1164 static fromGlob(pattern, options = {}) {
1165 return orig.AST.fromGlob(pattern, ext(def, options));

Callers

nothing calls this directly

Calls 1

extFunction · 0.70

Tested by

no test coverage detected