Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illumina/paragraph
/ increment
Method
increment
external/jsoncpp/jsoncpp.cpp:2318–2320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2316
}
2317
2318
void ValueIteratorBase::increment() {
2319
++current_;
2320
}
2321
2322
void ValueIteratorBase::decrement() {
2323
--current_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected