Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/OpenLane
/ operator++
Method
operator++
eval/CIPO_evaluation/common/gason.h:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
JsonNode *p;
90
91
void operator++() {
92
p = p->next;
93
}
94
bool operator!=(const JsonIterator &x) const {
95
return p != x.p;
96
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected