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

Method Context

example/generic-client.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 bool read_ok{true};
101
102 Context(agrpc::GrpcContext& grpc_context, grpc::GenericStub& generic_stub)
103 : stub(generic_stub), rpc(grpc_context)
104 {
105 }
106 };
107
108 std::unique_ptr<Context> context;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected