MCPcopy Index your code
hub / github.com/vercel/hyper / removePattern

Method removePattern

bin/yarn-standalone.js:2916–2922  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

2914 }
2915
2916 removePattern(pattern) {
2917 const cache = this.cache;
2918 if (!cache) {
2919 return;
2920 }
2921 delete cache[pattern];
2922 }
2923
2924 getLockfile(patterns) {
2925 const lockfile = {};

Callers 4

cleanDepFromLockfileFunction · 0.45
pruneMethod · 0.45
findMethod · 0.45
resolveToResolutionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected