MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / sendTo

Method sendTo

Libraries/Await/Await.cpp:950–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950AwaitSocketSendToAwaiter AwaitEventLoop::sendTo(const SocketDescriptor& socket, SocketIPAddress address,
951 Span<const char> data, AwaitSocketSendResult* outResult)
952{
953 return AwaitSocketSendToAwaiter(*this, socket, address, data, outResult);
954}
955
956AwaitSocketSendToAwaiter AwaitEventLoop::sendTo(const SocketDescriptor& socket, SocketIPAddress address,
957 Span<Span<const char>> data, AwaitSocketSendResult* outResult)

Callers 4

sendToReceiveFromOnceMethod · 0.80
datagramServerFunction · 0.80
datagramClientFunction · 0.80

Calls 1

Tested by 2

sendToReceiveFromOnceMethod · 0.64