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

Method Set

Engine/source/EtCore/Hashing/HashString.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 //----------------
60 void Reset() { m_Hash = 0u; }
61 void Set(T_Hash const val) { m_Hash = val; }
62 void Set(char const* const source);
63
64 // operators

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected