Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ hasNext
Function
hasNext
include/cpp/FastIterator.h:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool hasNext() { return mHasNext(); }
51
T next() { return mNext(); }
52
53
void __Mark(hx::MarkContext *__inCtx)
Callers
1
runVoid
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected