MCPcopy Create free account
hub / github.com/plotly/plotly.js / _copyLicense

Function _copyLicense

tasks/sync_packages.js:300–308  ·  view source on GitHub ↗
(d, pkgPath)

Source from the content-addressed store, hash-verified

298}
299
300function _copyLicense(d, pkgPath) {
301 return function(cb) {
302 fs.copy(
303 path.join(constants.pathToRoot, 'LICENSE'),
304 path.join(pkgPath, 'LICENSE'),
305 cb
306 );
307 };
308}
309
310function _publishToNPM(d, pkgPath) {
311 return function(cb) {

Callers 2

syncPartialBundlePkgFunction · 0.85
syncLocalesPkgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…