MCPcopy Create free account
hub / github.com/Illation/ETEngine / HashString

Method HashString

Engine/source/EtCore/Hashing/HashString.cpp:58–60  ·  view source on GitHub ↗

------------------------ HashString::c-tor construct from a pre-hashed value

Source from the content-addressed store, hash-verified

56// construct from a pre-hashed value
57//
58HashString::HashString(T_Hash const val)
59 : m_Hash(val)
60{ }
61
62#if ET_HASH_STRING_ENABLED
63//------------------------

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.80

Tested by

no test coverage detected