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

Function emitWarning

src/utils.ts:992–994  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

990
991/** @internal */
992export function emitWarning(message: string): void {
993 return process.emitWarning(message, { code: MONGODB_WARNING_CODE } as any);
994}
995
996const emittedWarnings = new Set();
997/**

Callers 2

parseOptionsFunction · 0.90
emitWarningOnceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected