MCPcopy Create free account
hub / github.com/PostHog/duckgres / ok

Function ok

scripts/client-compat/clients/node-postgres/test_node_postgres.js:56–61  ·  view source on GitHub ↗
(name, detail = "")

Source from the content-addressed store, hash-verified

54let currentSuite = "";
55
56async function ok(name, detail = "") {
57 passed++;
58 const suffix = detail ? ` (${detail})` : "";
59 console.log(` PASS ${name}${suffix}`);
60 await report(currentSuite, name, "pass", detail);
61}
62
63async function fail(name, reason) {
64 failed++;

Callers 5

testConnectionPropertiesFunction · 0.70
testSharedQueriesFunction · 0.70
testDdlDmlFunction · 0.70
testPreparedStatementsFunction · 0.70
testResultMetadataFunction · 0.70

Calls 1

reportFunction · 0.85

Tested by

no test coverage detected