Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
494
inline void close_lib(lib_handle_t h) { FreeLibrary(h); }
495
constexpr const char* kPluginExt =
".dll"
;
496
#else
497
using lib_handle_t = void*;
Callers
1
load_plugins_from
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected