MCPcopy Create free account
hub / github.com/MITK/MITK / GetCompleteSuffix

Method GetCompleteSuffix

Modules/CppMicroServices/src/usModuleResource.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::string ModuleResource::GetCompleteSuffix() const
197{
198 std::size_t index = d->fileName.find_first_of('.');
199 return index < d->fileName.size()-1 ? d->fileName.substr(index+1) : std::string("");
200}
201
202bool ModuleResource::IsDir() const
203{

Callers 1

checkResourceInfoFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

checkResourceInfoFunction · 0.64