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

Method cmp

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

Return true if `state != s`:

Source from the content-addressed store, hash-verified

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

Callers 3

cmpMethod · 0.45
cmpMethod · 0.45
cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected