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

Function ext

deps/minimatch/index.js:1142–1142  ·  view source on GitHub ↗
(a, b = {})

Source from the content-addressed store, hash-verified

1140exports.filter = filter;
1141exports.minimatch.filter = exports.filter;
1142var ext = (a, b = {}) => Object.assign({}, a, b);
1143var defaults = (def) => {
1144 if (!def || typeof def !== "object" || !Object.keys(def).length) {
1145 return exports.minimatch;

Callers 7

mFunction · 0.70
constructorMethod · 0.70
defaultsMethod · 0.70
constructorMethod · 0.70
fromGlobMethod · 0.70
defaultsFunction · 0.70
parse_statementMethod · 0.50

Calls 1

assignMethod · 0.80

Tested by

no test coverage detected