MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / parallel_connect

Function parallel_connect

test/api/api_test.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static void parallel_connect(Database* database) {
53 auto conn = std::make_unique<Connection>(database);
54 assertMatchPersonCountStar(conn.get());
55}
56
57TEST_F(ApiTest, ParallelConnect) {
58 const auto numThreads = 5u;

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected