Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ SetPrefix
Method
SetPrefix
framework/src/util/SharedLibrary.cpp:266–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
void
267
SharedLibrary::SetPrefix(std::string const& prefix)
268
{
269
if (IsLoaded() || !d->m_FilePath.empty())
270
return;
271
272
d->m_Prefix = prefix;
273
}
274
275
std::string
276
SharedLibrary::GetPrefix() const
Callers
1
TEST
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST
Function · 0.64