MCPcopy Create free account
hub / github.com/defold/defold / GetEntryHashLength

Function GetEntryHashLength

engine/resource/src/resource_manifest.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47uint32_t GetEntryHashLength(dmResource::HManifest manifest)
48{
49 dmLiveUpdateDDF::HashAlgorithm algorithm = manifest->m_DDFData->m_Header.m_ResourceHashAlgorithm;
50 return dmResource::HashLength(algorithm);
51}
52
53void DeleteManifest(dmResource::HManifest manifest)
54{

Callers 1

GetDependenciesInternalFunction · 0.85

Calls 1

HashLengthFunction · 0.85

Tested by

no test coverage detected