MCPcopy Create free account
hub / github.com/attermann/microReticulum / debugString

Method debugString

src/microReticulum/Transport.h:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 bool _cached = false;
124#ifndef NDEBUG
125 inline std::string debugString() const {
126 std::string dump;
127 dump = "PacketEntry: destination_hash=" + _destination_hash.toHex() +
128 " sent_at=" + std::to_string(_sent_at);
129 return dump;
130 }
131#endif
132 };
133 using PacketTable = std::map<Bytes, PacketEntry>;

Callers

nothing calls this directly

Calls 1

toHexMethod · 0.80

Tested by

no test coverage detected