MCPcopy 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
180std::string ModuleResource::GetBaseName() const
181{
182 return d->fileName.substr(0, d->fileName.find_first_of('.'));
183}
184
185std::string ModuleResource::GetCompleteBaseName() const
186{

Callers 3

GetInternalRevisionsMethod · 0.80
checkResourceInfoFunction · 0.80
testInvalidResourceFunction · 0.80

Calls

no outgoing calls

Tested by 2

checkResourceInfoFunction · 0.64
testInvalidResourceFunction · 0.64