MCPcopy Create free account
hub / github.com/InoriRus/Kyty / FOR

Function FOR

source/lib/Scripts/src/BuildTools.cpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 auto key = db.GetKey();
298
299 FOR (i, key)
300 {
301 printf("%s0x%02" PRIx8 "%s", (i > 0 ? ", " : "{ "), std::to_integer<uint8_t>(key.At(i)), (i == key_size_ - 1 ? " }\n" : ""));
302 }
303
304 db.Close();
305

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
AtMethod · 0.80

Tested by

no test coverage detected