MCPcopy 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
419void WebPlatform::FreeLibrary(void* handle)
420{
421 dlclose(handle);
422}
423
424void* WebPlatform::GetProcAddress(void* handle, const char* symbol)
425{

Callers

nothing calls this directly

Calls 1

dlcloseFunction · 0.85

Tested by

no test coverage detected