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

Method fail

Libraries/Http/HttpWebSocket.cpp:625–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623void HttpWebSocketClientHandshake::onClientError(Result result) { fail(result); }
624
625void HttpWebSocketClientHandshake::fail(Result result)
626{
627 if (onError.isValid())
628 {
629 onError(result);
630 }
631}
632
633void HttpWebSocketFrameReader::reset(HttpWebSocketEndpointRole role)
634{

Callers

nothing calls this directly

Calls 3

onErrorFunction · 0.85
isValidMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected