Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Function · 0.70
Calls
2
askTranslation
Function · 0.85
exit
Method · 0.80
Tested by
no test coverage detected