Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stat
Method · 0.50
chmod
Method · 0.50
chown
Method · 0.50
sync
Method · 0.50
truncate
Method · 0.50
syncData
Method · 0.50
readUntilEOF
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected