Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ moveNext
Method
moveNext
unittests/catch.hpp:10335–10338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10333
int IndexTracker::index() const { return m_index; }
10334
10335
void IndexTracker::moveNext() {
10336
m_index++;
10337
m_children.clear();
10338
}
10339
10340
void IndexTracker::close() {
10341
TrackerBase::close();
Callers
1
catch.hpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected