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

Function isExtglobType

deps/minimatch/index.js:400–400  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

398 var unescape_js_12 = require_unescape();
399 var types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
400 var isExtglobType = (c) => types.has(c);
401 var isExtglobAST = (c) => isExtglobType(c.type);
402 var adoptionMap = /* @__PURE__ */ new Map([
403 ["!", ["@"]],

Callers 2

isExtglobASTFunction · 0.85
#parseASTMethod · 0.85

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…