Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetName
Method
SetName
Modules/CppMicroServices/src/usSharedLibrary.cpp:163–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void SharedLibrary::SetName(const std::string& name)
164
{
165
if (IsLoaded() || !d->m_FilePath.empty()) return;
166
d.Detach();
167
d->m_Name = name;
168
}
169
170
std::string SharedLibrary::GetName() const
171
{
Callers
1
usSharedLibraryTest
Function · 0.45
Calls
2
empty
Method · 0.45
Detach
Method · 0.45
Tested by
1
usSharedLibraryTest
Function · 0.36