MCPcopy 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
163void 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
170std::string SharedLibrary::GetName() const
171{

Callers 1

usSharedLibraryTestFunction · 0.45

Calls 2

emptyMethod · 0.45
DetachMethod · 0.45

Tested by 1

usSharedLibraryTestFunction · 0.36