MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isStopped

Method isStopped

Source/Http/HttpServer.cpp:1217–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217bool HttpClient::isStopped() const noexcept {
1218 return _stopped.load(std::memory_order_relaxed);
1219}
1220
1221bool HttpClient::cancel(RequestId requestId) {
1222 auto request = get_http_client_request(requestId);

Callers 1

Calls 1

loadMethod · 0.65

Tested by

no test coverage detected