MCPcopy Create free account
hub / github.com/MITK/MITK / GetLibraryPath

Method GetLibraryPath

Modules/CppMicroServices/src/usModuleUtils.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123#endif
124
125std::string ModuleUtils::GetLibraryPath(void* symbol)
126{
127 return GetLibraryPath_impl(symbol);
128}
129
130void* ModuleUtils::GetSymbol(const ModuleInfo& module, const char* symbol)
131{

Callers 1

usSharedLibraryTestFunction · 0.45

Calls 1

GetLibraryPath_implFunction · 0.85

Tested by 1

usSharedLibraryTestFunction · 0.36