MCPcopy
hub / github.com/sequelize/sequelize / inspect

Method inspect

lib/utils/logger.ts:50–55  ·  view source on GitHub ↗

* Uses node's util.inspect to stringify a value. * * @param value The value which should be inspected. * @returns The string of the inspected value.

(value: unknown)

Source from the content-addressed store, hash-verified

48 * @returns The string of the inspected value.
49 */
50 inspect(value: unknown): string {
51 return util.inspect(value, {
52 showHidden: false,
53 depth: 1
54 });
55 }
56
57 /**
58 * Gets a debugger for a context.

Callers 12

escapeFunction · 0.80
addIndexQueryMethod · 0.80
quoteMethod · 0.80
logger.test.tsFile · 0.80
testsqlFunction · 0.80
delete.test.jsFile · 0.80
testsqlFunction · 0.80
testsqlFunction · 0.80
testsqlFunction · 0.80
testsqlFunction · 0.80
testsqlFunction · 0.80
fix-ids.jsFile · 0.80

Calls

no outgoing calls

Tested by 6

testsqlFunction · 0.64
testsqlFunction · 0.64
testsqlFunction · 0.64
testsqlFunction · 0.64
testsqlFunction · 0.64
testsqlFunction · 0.64