Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlutoLang/Pluto
/ lsys_unloadlib
Function
lsys_unloadlib
src/loadlib.cpp:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
108
static void lsys_unloadlib (void *lib) {
109
dlclose(lib);
110
}
111
112
113
static void *lsys_load (lua_State *L, const char *path, int seeglb) {
Callers
1
freelib
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected