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

Method DbgPrintAll

Engine/source/EtCore/Hashing/HashStringRegistry.cpp:69–78  ·  view source on GitHub ↗

--------------------------------- HashStringRegistry::DbgPrintAll

Source from the content-addressed store, hash-verified

67// HashStringRegistry::DbgPrintAll
68//
69void HashStringRegistry::DbgPrintAll() const
70{
71 LOG("");
72 LOG("Cached hashes:");
73
74 for (std::pair<T_Hash const, std::string> const& pair : m_RegisteredHashes)
75 {
76 LOG(FS("\t[%u] - '%s'", pair.first, pair.second.c_str()));
77 }
78}
79
80//-------------------------------
81// HashStringRegistry::GetString

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected