Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
void 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
237
std::string SharedLibrary::GetSuffix() const
238
{
Callers
1
usSharedLibraryTest
Function · 0.80
Calls
2
empty
Method · 0.45
Detach
Method · 0.45
Tested by
1
usSharedLibraryTest
Function · 0.64