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

Method receive

Libraries/Http/HttpWebSocket.cpp:1037–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035}
1036
1037Result HttpWebSocketEndpoint::receive(Span<char> data, size_t& consumedBytes)
1038{
1039 return reader.parse(data, consumedBytes);
1040}
1041
1042Result HttpWebSocketEndpoint::applyOutgoingMask(HttpWebSocketFrameHeaderView& header, const uint8_t* maskKey) const
1043{

Callers 1

onDataMethod · 0.45

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected