MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / logHeader

Method logHeader

tgcalls/EncryptedConnection.cpp:686–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686const char *EncryptedConnection::logHeader() const {
687 return (_type == Type::Signaling) ? "(signaling) " : "(transport) ";
688}
689
690bool EncryptedConnection::registerSentAck(uint32_t counter, bool firstInPacket) {
691 auto &list = _acksSentCounters;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected