Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lsys_unloadlib
Function
lsys_unloadlib
third-party/lua-5.3.5/src/loadlib.c:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
120
121
static void lsys_unloadlib (void *lib) {
122
dlclose(lib);
123
}
124
125
126
static void *lsys_load (lua_State *L, const char *path, int seeglb) {
Callers
1
gctm
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected