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

Method completed

src/server/server.hpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 return is_cancelled.load();
89 }
90 bool completed() const {
91 return is_completed.load();
92 }
93};
94
95// Request handler callback type

Callers 2

send_chunk_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected