MCPcopy
hub / github.com/bower/bower / cmd

Function cmd

lib/util/cmd.js:125–127  ·  view source on GitHub ↗
(command, args, options)

Source from the content-addressed store, hash-verified

123}
124
125function cmd(command, args, options) {
126 return throttler.enqueue(executeCmd.bind(null, command, args, options));
127}
128
129module.exports = cmd;

Callers 15

setDefaultsFunction · 0.85
runFunction · 0.85
GitFsResolver.jsFile · 0.85
SvnResolver.jsFile · 0.85
ensurePackageFunction · 0.85
checkReleaseFunction · 0.85
createReleaseFunction · 0.85
ensurePackageFunction · 0.85
checkReleaseFunction · 0.85
createReleaseFunction · 0.85
resolveCache.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected