MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / lsys_unloadlib

Function lsys_unloadlib

Dependencies/lua/src/loadlib.c:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119static void lsys_unloadlib (void *lib) {
120 dlclose(lib);
121}
122
123
124static void *lsys_load (lua_State *L, const char *path, int seeglb) {

Callers 1

gctmFunction · 0.85

Calls 1

dlcloseFunction · 0.85

Tested by

no test coverage detected