Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ lsys_unloadlib
Function
lsys_unloadlib
src/Chain/libraries/glua/loadlib.cpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
155
156
static void lsys_unloadlib(void *lib) {
157
dlclose(lib);
158
}
159
160
161
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