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

Method SetPrefix

Modules/CppMicroServices/src/usSharedLibrary.cpp:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void SharedLibrary::SetPrefix(const std::string& prefix)
243{
244 if (IsLoaded() || !d->m_FilePath.empty()) return;
245 d.Detach();
246 d->m_Prefix = prefix;
247}
248
249std::string SharedLibrary::GetPrefix() const
250{

Callers 1

usSharedLibraryTestFunction · 0.80

Calls 2

emptyMethod · 0.45
DetachMethod · 0.45

Tested by 1

usSharedLibraryTestFunction · 0.64