Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ lsys_unloadlib
Function
lsys_unloadlib
3rd/lua-5.4.3/src/loadlib.c:128–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
127
128
static void lsys_unloadlib (void *lib) {
129
dlclose(lib);
130
}
131
132
133
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