Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ll_unloadlib
Function
ll_unloadlib
app/redis-6.2.6/deps/lua/src/loadlib.c:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
#include <dlfcn.h>
62
63
static void ll_unloadlib (void *lib) {
64
dlclose(lib);
65
}
66
67
68
static void *ll_load (lua_State *L, const char *path) {
Callers
1
gctm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected