Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.45
getNodes
Method · 0.45
LSTM
Method · 0.45
type_check
Method · 0.45
end
Method · 0.45
end
Method · 0.45
end
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected