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

Function isValid

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

Source from the content-addressed store, hash-verified

63 void reset();
64
65 [[nodiscard]] bool isValid() const
66 {
67 return readableStream != nullptr and writableStream != nullptr and buffersPool != nullptr;
68 }
69};
70
71/// @brief Normalized server-side WebSocket opening handshake data

Callers 7

statMethod · 0.50
chmodMethod · 0.50
chownMethod · 0.50
syncMethod · 0.50
truncateMethod · 0.50
syncDataMethod · 0.50
readUntilEOFMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected