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

Function hasCloseBeenReceived

Libraries/Http/HttpWebSocket.h:272–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271 Result receive(Span<char> data, size_t& consumedBytes);
272
273 Result sendFrame(const HttpWebSocketFrameHeaderView& header, Span<const char> payload, Span<char> storage,
274 Span<const char>& encodedFrame);
275 Result sendData(HttpWebSocketOpcode opcode, Span<const char> payload, bool fin, const uint8_t* maskKey,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected