Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __GetHandle
Method
__GetHandle
include/Array.h:1413–1416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1411
return 0;
1412
}
1413
void* __GetHandle() const override
1414
{
1415
return mThis.GetPtr();
1416
}
1417
};
1418
1419
return new _hx_array_map(this);
Callers
1
Dynamic.h
File · 0.45
Calls
1
GetPtr
Method · 0.80
Tested by
no test coverage detected