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

Method cmp

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

Return true if `state != s`:

Source from the content-addressed store, hash-verified

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
263 // Optional function for reverse iteration:
264 void prev() { state.prev(ref); }

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected