MCPcopy Create free account
hub / github.com/Tradias/asio-grpc / ServerStreaming

Method ServerStreaming

test/utils/utils/grpc_client_server_callback_test.cpp:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31grpc::ServerWriteReactor<::test::msg::Response>* CallbackService::ServerStreaming(grpc::CallbackServerContext* context,
32 const test::msg::Request* request)
33{
34 if (server_streaming)
35 {
36 return server_streaming(context, request);
37 }
38 return nullptr;
39}
40
41grpc::ServerReadReactor<::test::msg::Request>* CallbackService::ClientStreaming(grpc::CallbackServerContext* context,
42 test::msg::Response* response)

Callers

nothing calls this directly

Calls 1

server_streamingFunction · 0.85

Tested by

no test coverage detected