MCPcopy Create free account
hub / github.com/creatale/node-dv / iterate

Function iterate

deps/tesseract/cutil/oldlist.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283void *nth_cell(LIST var_list, int item_num) {
284 int x = 0;
285 iterate(var_list) {
286 if (x++ == item_num)
287 return (var_list);
288 }
289 return (var_list);
290}
291

Callers 3

countFunction · 0.70
reverseFunction · 0.70
searchFunction · 0.70

Calls 1

insertFunction · 0.85

Tested by

no test coverage detected