MCPcopy
hub / github.com/vercel/hyper / getAllInfoForPackageName

Method getAllInfoForPackageName

bin/yarn-standalone.js:76842–76845  ·  view source on GitHub ↗

* Retrieve all the package info stored for this package name.

(name)

Source from the content-addressed store, hash-verified

76840 */
76841
76842 getAllInfoForPackageName(name) {
76843 const patterns = this.patternsByPackage[name] || [];
76844 return this.getAllInfoForPatterns(patterns);
76845 }
76846
76847 /**
76848 * Retrieve all the package info stored for a list of patterns.

Callers 2

flattenMethod · 0.80
resolvePeerModulesMethod · 0.80

Calls 1

getAllInfoForPatternsMethod · 0.95

Tested by

no test coverage detected