Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ SetLibraryPath
Method
SetLibraryPath
framework/src/util/SharedLibrary.cpp:236–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
void
237
SharedLibrary::SetLibraryPath(std::string const& path)
238
{
239
if (IsLoaded() || !d->m_FilePath.empty())
240
return;
241
242
d->m_Path = path;
243
}
244
245
std::string
246
SharedLibrary::GetLibraryPath() const
Callers
1
TEST
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST
Function · 0.64