MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetBaseName

Method GetBaseName

framework/src/bundle/BundleResource.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 std::string
190 BundleResource::GetBaseName() const
191 {
192 return d->fileName.substr(0, d->fileName.find_first_of('.'));
193 }
194
195 std::string
196 BundleResource::GetCompleteBaseName() const

Callers 2

checkResourceInfoFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

checkResourceInfoFunction · 0.64
TEST_FFunction · 0.64