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

Method GetLibraryPath

framework/src/util/SharedLibrary.cpp:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 std::string
246 SharedLibrary::GetLibraryPath() const
247 {
248 return d->m_Path;
249 }
250
251 void
252 SharedLibrary::SetSuffix(std::string const& suffix)

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64