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

Method GetFilePath

framework/src/util/SharedLibrary.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 std::string
191 SharedLibrary::GetFilePath(std::string const& name) const
192 {
193 if (!d->m_FilePath.empty())
194 return d->m_FilePath;
195 return GetLibraryPath() + util::DIR_SEP + GetPrefix() + name + GetSuffix();
196 }
197
198 void
199 SharedLibrary::SetFilePath(std::string const& absoluteFilePath)

Callers 2

TESTFunction · 0.80
Start0Method · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TESTFunction · 0.64