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

Method end

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

Initialize iterator to end state:

Source from the content-addressed store, hash-verified

87 void begin() { state.begin(ref); }
88 // Initialize iterator to end state:
89 void end() { state.end(ref); }
90 // Returns current `value`
91 T get() { return state.get(ref); }
92 // Return true if `state != s`:

Callers 7

writeMethod · 0.45
getNodesMethod · 0.45
LSTMMethod · 0.45
type_checkMethod · 0.45
endMethod · 0.45
endMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected