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

Method GetFilePath

Modules/CppMicroServices/src/usSharedLibrary.cpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175std::string SharedLibrary::GetFilePath(const std::string& name) const
176{
177 if (!d->m_FilePath.empty()) return d->m_FilePath;
178 return GetLibraryPath() + PATH_SEPARATOR + GetPrefix() + name + GetSuffix();
179}
180
181void SharedLibrary::SetFilePath(const std::string& absoluteFilePath)
182{

Callers 2

usSharedLibraryTestFunction · 0.80
frameSL25aFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 2

usSharedLibraryTestFunction · 0.64
frameSL25aFunction · 0.64