MCPcopy Create free account
hub / github.com/catboost/catboost / Write

Function Write

library/cpp/netliba/v6/udp_client_server.cpp:635–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633 }
634 template <class T>
635 inline void Write(char** data, T res) {
636 WriteUnaligned<T>(*data, res);
637 *data += sizeof(T);
638 }
639
640 static void RequireResend(const TNetSocket& s, const sockaddr_in6& toAddress, int transferId, int attempt) {
641 char buf[100], *pktData = buf + UDP_LOW_LEVEL_HEADER_SIZE;

Callers 12

RequireResendFunction · 0.70
RequireResendNoShmemFunction · 0.70
AckCompleteFunction · 0.70
SendPingFunction · 0.70
SendFakePingFunction · 0.70
SendDataMethod · 0.70
RecvCycleMethod · 0.70
StepMethod · 0.70
SendKillFunction · 0.70
WriteMethod · 0.70
WriteStrokaMethod · 0.70
WriteDestructiveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected