MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / close_lib

Function close_lib

src/api/lmpfs.cpp:494–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 return reinterpret_cast<void*>(GetProcAddress(h, name));
493}
494inline void close_lib(lib_handle_t h) { FreeLibrary(h); }
495constexpr const char* kPluginExt = ".dll";
496#else
497using lib_handle_t = void*;

Callers 1

load_plugins_fromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected