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

Method ToDbgString

source/lib/Scripts/src/Scripts.cpp:889–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889String ScriptFunction::ToDbgString() const
890{
891 lua_init();
892
893 String str;
894
895 FOR (i, m_dump)
896 {
897 str += String::FromPrintf("%02" PRIx8 "", m_dump.At(i));
898 }
899
900 return str;
901}
902
903int ScriptFunction::LuaWriter(LuaState* /*LS*/, const void* p, size_t sz, void* ud)
904{

Callers 1

DbgPrintMethod · 0.80

Calls 1

lua_initFunction · 0.85

Tested by

no test coverage detected