MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / lsys_unloadlib

Function lsys_unloadlib

Plugins/slua_unreal/External/lua/loadlib.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122
123static void lsys_unloadlib (void *lib) {
124 dlclose(lib);
125}
126
127
128static void *lsys_load (lua_State *L, const char *path, int seeglb) {

Callers 1

gctmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected