Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ SetName
Method
SetName
framework/src/util/SharedLibrary.cpp:175–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
void
176
SharedLibrary::SetName(std::string const& name)
177
{
178
if (IsLoaded() || !d->m_FilePath.empty())
179
return;
180
181
d->m_Name = name;
182
}
183
184
std::string
185
SharedLibrary::GetName() const
Callers
1
TEST
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST
Function · 0.64