MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnMonoDlFallbackClose

Function OnMonoDlFallbackClose

Source/Engine/Scripting/Runtime/DotNet.cpp:2183–2187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2181}
2182
2183static void* OnMonoDlFallbackClose(void* handle, void* user_data)
2184{
2185 dlclose(handle);
2186 return 0;
2187}
2188
2189#endif
2190

Callers

nothing calls this directly

Calls 1

dlcloseFunction · 0.85

Tested by

no test coverage detected