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

Method SetSuffix

Modules/CppMicroServices/src/usSharedLibrary.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void SharedLibrary::SetSuffix(const std::string& suffix)
231{
232 if (IsLoaded() || !d->m_FilePath.empty()) return;
233 d.Detach();
234 d->m_Suffix = suffix;
235}
236
237std::string SharedLibrary::GetSuffix() const
238{

Callers 1

usSharedLibraryTestFunction · 0.80

Calls 2

emptyMethod · 0.45
DetachMethod · 0.45

Tested by 1

usSharedLibraryTestFunction · 0.64