MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / next

Function next

utils/lang.js:357–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355 }
356
357 function next() {
358 if (i === list.length - 1) {
359 process.exit();
360 } else {
361 askTranslation(++i);
362 }
363 }
364 }
365
366 function addString(string) {

Callers 1

updateFunction · 0.70

Calls 2

askTranslationFunction · 0.85
exitMethod · 0.80

Tested by

no test coverage detected