MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / write_response_from_callback

Method write_response_from_callback

src/server/server.cpp:346–350  ·  view source on GitHub ↗

@brief write response from callback (for queued requests)

Source from the content-addressed store, hash-verified

344
345///@brief write response from callback (for queued requests)
346void HttpSession::write_response_from_callback() {
347 // This function is called by the send_response lambda
348 // when a queued request is finally processed.
349 write_response();
350}
351
352void HttpSession::set_cancellation_token(std::shared_ptr<CancellationToken> token) {
353 cancellation_token_ = token;

Callers 1

handle_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected