MCPcopy Index your code
hub / github.com/Lobos/react-ui / done

Function done

cli/init.js:101–108  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

99 let total = dps.length;
100 let count = 0;
101 function done(msg) {
102 count++;
103 console.log(`${msg} [${count}/${total}]`);
104 if (count === total) {
105 // all done
106 resolve(true);
107 }
108 }
109
110 console.log('package install start...');
111 dps.forEach((mv) => {

Callers 5

updatePackageFunction · 0.70
cbFunction · 0.50
cbFunction · 0.50
basic.jsFile · 0.50
cbFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…