MCPcopy Create free account
hub / github.com/adobe/react-spectrum / unscoped

Function unscoped

scripts/verdaccio-seed.js:26–28  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

24const CONCURRENCY = Number(process.env.SEED_CONCURRENCY) || 16;
25
26function unscoped(name) {
27 return name.startsWith('@') ? name.slice(name.indexOf('/') + 1) : name;
28}
29
30function tarballBuffer(dir, files) {
31 return new Promise((resolve, reject) => {

Callers 1

seedOneFunction · 0.85

Calls 1

sliceMethod · 0.80

Tested by

no test coverage detected