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