Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ SetSuffix
Method
SetSuffix
framework/src/util/SharedLibrary.cpp:251–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
void
252
SharedLibrary::SetSuffix(std::string const& suffix)
253
{
254
if (IsLoaded() || !d->m_FilePath.empty())
255
return;
256
257
d->m_Suffix = suffix;
258
}
259
260
std::string
261
SharedLibrary::GetSuffix() const
Callers
1
TEST
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST
Function · 0.64