Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ FreeLibrary
Method
FreeLibrary
Source/Engine/Platform/Web/WebPlatform.cpp:419–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
417
}
418
419
void WebPlatform::FreeLibrary(void* handle)
420
{
421
dlclose(handle);
422
}
423
424
void* WebPlatform::GetProcAddress(void* handle, const char* symbol)
425
{
Callers
nothing calls this directly
Calls
1
dlclose
Function · 0.85
Tested by
no test coverage detected