MCPcopy 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
63static void ll_unloadlib (void *lib) {
64 dlclose(lib);
65}
66
67
68static void *ll_load (lua_State *L, const char *path) {

Callers 1

gctmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected