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

Method defaults

deps/minimatch/index.js:1154–1156  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

1152 super(pattern, ext(def, options));
1153 }
1154 static defaults(options) {
1155 return orig.defaults(ext(def, options)).Minimatch;
1156 }
1157 },
1158 AST: class AST extends orig.AST {
1159 /* c8 ignore start */

Callers

nothing calls this directly

Calls 2

extFunction · 0.70
defaultsMethod · 0.45

Tested by

no test coverage detected