MCPcopy 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
156static void lsys_unloadlib(void *lib) {
157 dlclose(lib);
158}
159
160
161static void *lsys_load(lua_State *L, const char *path, int seeglb) {

Callers 1

gctmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected