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

Method handle_pull

src/server/rest_handler.cpp:989–994  ·  view source on GitHub ↗

@brief Handle the pull request @param request the request @param send_response the send response @param send_streaming_response the send streaming response

Source from the content-addressed store, hash-verified

987///@param send_response the send response
988///@param send_streaming_response the send streaming response
989void RestHandler::handle_pull(const json& request,
990 std::function<void(const json&)> send_response,
991 StreamResponseCallback send_streaming_response) {
992 json error_response = {{"error", "Pull operation not implemented"}};
993 send_response(error_response);
994}
995
996///@brief Handle the push request
997///@param request the request

Callers 1

create_lm_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected