Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ json_foreach
Function
json_foreach
crawl-ref/source/json.cc:489–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
return nullptr;
488
489
json_foreach(element, array)
490
{
491
if (i == index)
492
return element;
493
i++;
494
}
495
496
return nullptr;
497
}
Callers
1
json_find_member
Function · 0.85
Calls
2
emit_value
Function · 0.85
emit_string
Function · 0.85
Tested by
no test coverage detected