MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / logObject

Method logObject

packages/mongodb/src/MongoConnection.ts:684–690  ·  view source on GitHub ↗
(o: any)

Source from the content-addressed store, hash-verified

682 }
683
684 private logObject(o: any): string {
685 if (o?.session) {
686 o = { ...o, session: `[ClientSession]` };
687 }
688
689 return inspect(o, { depth: 5, compact: true, breakLength: 300 });
690 }
691}
692
693/** Options shared across MongoDB query operations. */

Callers 4

_findMethod · 0.95
aggregateMethod · 0.95
streamAggregateMethod · 0.95
runQueryMethod · 0.95

Calls 1

inspectFunction · 0.90

Tested by

no test coverage detected