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

Function getConnectionID

Libraries/Http/HttpConnection.h:506–506  ·  view source on GitHub ↗

@brief The ID used to find this client in HttpConnectionsPool

Source from the content-addressed store, hash-verified

504
505 /// @brief The ID used to find this client in HttpConnectionsPool
506 ID getConnectionID() const { return connectionID; }
507
508 /// @brief Marks this HTTP connection as handed off to a WebSocket owner after a successful upgrade.
509 void markWebSocketUpgraded() { webSocketUpgraded = true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected