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

Method complete

src/server/server.hpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 is_cancelled.store(true);
79 }
80 void complete() {
81 is_completed.store(true);
82 }
83 void reset() noexcept {
84 is_cancelled.store(false, std::memory_order_relaxed);
85 is_completed.store(false, std::memory_order_relaxed);

Callers 1

handle_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected