Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-techsystems/deepC
/ next
Method
next
include/core/iterator.h:253–253 ·
view source on GitHub ↗
Set iterator to next() state:
Source
from the content-addressed store, hash-verified
251
252
// Set iterator to next() state:
253
void next() { state.next(ref); }
254
// Initialize iterator to first state:
255
void begin() { state.begin(ref); }
256
// Initialize iterator to end state:
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected