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

Function resolve_sym

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

Source from the content-addressed store, hash-verified

489 return LoadLibraryW(p.wstring().c_str());
490}
491inline void* resolve_sym(lib_handle_t h, const char* name) {
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

Callers 1

load_plugins_fromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected