MCPcopy
hub / github.com/mongodb/node-mongodb-native / trace

Function trace

test/tools/unified-spec-runner/runner.ts:23–27  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

21import { isAnyRequirementSatisfied, patchVersion, zip } from './unified-utils';
22
23export function trace(message: string): void {
24 if (process.env.UTR_TRACE) {
25 console.error(` > ${message}`);
26 }
27}
28
29async function isAtlasDataLake(client: MongoClient): Promise<boolean> {
30 const buildInfo = await client.db('admin').admin().buildInfo();

Callers 3

writeMethod · 0.90
cleanupMethod · 0.90
runUnifiedTestFunction · 0.85

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected