Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-techsystems/deepC
/ get
Method
get
include/core/iterator.h:259–259 ·
view source on GitHub ↗
Returns current `value`
Source
from the content-addressed store, hash-verified
257
void end() { state.end(ref); }
258
// Returns current `value`
259
const T get() { return state.get(ref); }
260
// Return true if `state != s`:
261
bool cmp(const S &s) const { return state.cmp(s); }
262
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected