Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ _dynamicNext
Method
_dynamicNext
src/Array.cpp:1333–1333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1331
1332
bool hasNext() HXCPP_OVERRIDE { return false; }
1333
Dynamic _dynamicNext() HXCPP_OVERRIDE { return null(); }
1334
};
1335
1336
Callers
1
HX_LOCAL_RUN
Method · 0.80
Calls
1
null
Class · 0.50
Tested by
no test coverage detected