Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
void *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
count
Function · 0.70
reverse
Function · 0.70
search
Function · 0.70
Calls
1
insert
Function · 0.85
Tested by
no test coverage detected