Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ finalize
Method
finalize
src/hx/libs/std/Socket.cpp:1132–1135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1130
int __GetType() const HXCPP_OVERRIDE { return pollType; }
1131
1132
static void finalize(Dynamic obj)
1133
{
1134
((polldata *)(obj.mPtr))->destroy();
1135
}
1136
1137
String toString() HXCPP_OVERRIDE { return HX_CSTRING(
"polldata"
); }
1138
};
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected