Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetLibraryPath
Method
SetLibraryPath
Modules/CppMicroServices/src/usSharedLibrary.cpp:218–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
void SharedLibrary::SetLibraryPath(const std::string& path)
219
{
220
if (IsLoaded() || !d->m_FilePath.empty()) return;
221
d.Detach();
222
d->m_Path = path;
223
}
224
225
std::string SharedLibrary::GetLibraryPath() const
226
{
Callers
1
usSharedLibraryTest
Function · 0.80
Calls
2
empty
Method · 0.45
Detach
Method · 0.45
Tested by
1
usSharedLibraryTest
Function · 0.64