MCPcopy Create free account
hub / github.com/Kitware/CMake / bind

Method bind

Utilities/cmcppdap/src/session_test.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154class SessionTest : public testing::Test {
155 public:
156 void bind() {
157 auto client2server = dap::pipe();
158 auto server2client = dap::pipe();
159 client->bind(server2client, client2server);
160 server->bind(client2server, server2client);
161 }
162
163 std::unique_ptr<dap::Session> client = dap::Session::create();
164 std::unique_ptr<dap::Session> server = dap::Session::create();

Callers 1

TEST_FFunction · 0.45

Calls 1

pipeFunction · 0.85

Tested by

no test coverage detected