Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ hxFreeLibrary
Function
hxFreeLibrary
src/hx/Lib.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
typedef void *Module;
38
Module hxLoadLibrary(const String &) { return 0; }
39
void hxFreeLibrary(Module) { }
40
41
#elif defined _WIN32
42
Callers
1
__hxcpp_unload_all_libraries
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected