MCPcopy 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
185std::string ModuleResource::GetCompleteBaseName() const
186{
187 return d->fileName.substr(0, d->fileName.find_last_of('.'));
188}
189
190std::string ModuleResource::GetSuffix() const
191{

Callers 3

checkResourceInfoFunction · 0.80
testInvalidResourceFunction · 0.80

Calls

no outgoing calls

Tested by 2

checkResourceInfoFunction · 0.64
testInvalidResourceFunction · 0.64