MCPcopy Create free account
hub / github.com/Huntereb/Awoo-Installer / DebugPrintContents

Method DebugPrintContents

source/data/byte_buffer.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void ByteBuffer::DebugPrintContents()
51 {
52 LOG_DEBUG("Buffer Size: 0x%lx\n", this->GetSize());
53 printBytes(this->GetData(), this->GetSize(), true);
54 }
55}

Callers

nothing calls this directly

Calls 3

GetSizeMethod · 0.95
GetDataMethod · 0.95
printBytesFunction · 0.85

Tested by

no test coverage detected