MCPcopy Create free account
hub / github.com/dermesser/libsocket / sndmsg

Method sndmsg

C++/dgramoverstream.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72ssize_t dgram_over_stream::sndmsg(const std::string& msg) {
73 return sndmsg(msg.c_str(), msg.size());
74}
75
76/**
77 * @brief Receive a message and place it into dst.

Callers 4

run_clientFunction · 0.80
run_string_clientFunction · 0.80
run_vec_clientFunction · 0.80
run_serverFunction · 0.80

Calls 2

encode_uint32Function · 0.85
sndMethod · 0.45

Tested by

no test coverage detected