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

Function log

etc/docs/utils.ts:33–33  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

31util.inspect.defaultOptions.depth = 1000;
32// eslint-disable-next-line no-console
33export const log = (...args: any[]) => console.error(args);
34
35function prompt(prompt: string): Promise<string> {
36 const rl = createInterface({

Callers 3

preview.tsFile · 0.90
mainFunction · 0.90
confirmFunction · 0.70

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected