MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / get

Method get

include/core/iterator.h:91–91  ·  view source on GitHub ↗

Returns current `value`

Source from the content-addressed store, hash-verified

89 void end() { state.end(ref); }
90 // Returns current `value`
91 T get() { return state.get(ref); }
92 // Return true if `state != s`:
93 bool cmp(const S &s) const { return state.cmp(s); }
94

Callers 3

iterator<C, T &, S>Class · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected