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

Method GetCrc32

framework/src/bundle/BundleResource.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 uint32_t
272 BundleResource::GetCrc32() const
273 {
274 return d->stat.crc32;
275 }
276
277 std::size_t
278 BundleResource::Hash() const

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64