Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetBaseName
Method
GetBaseName
Modules/CppMicroServices/src/usModuleResource.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
std::string ModuleResource::GetBaseName() const
181
{
182
return d->fileName.substr(0, d->fileName.find_first_of(
'.'
));
183
}
184
185
std::string ModuleResource::GetCompleteBaseName() const
186
{
Callers
3
GetInternalRevisions
Method · 0.80
checkResourceInfo
Function · 0.80
testInvalidResource
Function · 0.80
Calls
no outgoing calls
Tested by
2
checkResourceInfo
Function · 0.64
testInvalidResource
Function · 0.64