Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
static void lsys_unloadlib (void *lib) {
124
dlclose(lib);
125
}
126
127
128
static void *lsys_load (lua_State *L, const char *path, int seeglb) {
Callers
1
gctm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected