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

Method reset

Libraries/Http/HttpWebSocket.cpp:372–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void HttpWebSocketTransportView::reset()
373{
374 readableStream = nullptr;
375 writableStream = nullptr;
376 buffersPool = nullptr;
377}
378
379Result HttpWebSocketHandshake::createClientKey(Span<const uint8_t> nonce, Span<char> storage, StringSpan& key)
380{

Callers 15

onStreamReceiveMethod · 0.45
operator()Method · 0.45
postMultipartMethod · 0.45
onDataMethod · 0.45
closeMethod · 0.45
prepareRequestMethod · 0.45
beginRequestSendMethod · 0.45
connectMethod · 0.45
queueAutomaticControlMethod · 0.45
attachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected