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

Method concat

bin/yarn-standalone.js:26296–26301  ·  view source on GitHub ↗
(integrity, opts)

Source from the content-addressed store, hash-verified

26294 }).filter(x => x.length).join(sep)
26295 }
26296 concat (integrity, opts) {
26297 const other = typeof integrity === 'string'
26298 ? integrity
26299 : stringify(integrity, opts)
26300 return parse(`${this.toString(opts)} ${other}`, opts)
26301 }
26302 hexDigest () {
26303 return parse(this, {single: true}).hexDigest()
26304 }

Callers 15

findChildSessionsFunction · 0.80
loadModulesFunction · 0.80
initMethod · 0.80
getPluginVersionsFunction · 0.80
requirePluginsFunction · 0.80
contextmenu.tsFile · 0.80
yarnFnFunction · 0.80
__spreadFunction · 0.80
yarn-standalone.jsFile · 0.80
opensslKeyDerivFunction · 0.80
ChalkFunction · 0.80

Calls 3

toStringMethod · 0.95
stringifyFunction · 0.85
parseFunction · 0.70

Tested by

no test coverage detected