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