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

Function runQuery

tools/benchmark/node_write_bench.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26static void runQuery(Connection& conn, const std::string& query) {
27 auto result = conn.query(query);
28 check(*result, query);
29}
30
31static void checkPrepared(PreparedStatement& statement, const std::string& query) {
32 if (!statement.isSuccess()) {

Callers 1

runCaseFunction · 0.85

Calls 2

checkFunction · 0.85
queryMethod · 0.45

Tested by

no test coverage detected