MCPcopy 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
218void 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
225std::string SharedLibrary::GetLibraryPath() const
226{

Callers 1

usSharedLibraryTestFunction · 0.80

Calls 2

emptyMethod · 0.45
DetachMethod · 0.45

Tested by 1

usSharedLibraryTestFunction · 0.64