MCPcopy Create free account
hub / github.com/nodejs/node / redactValue

Function redactValue

deps/npm/lib/utils/display.js:102–102  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

100}
101
102const redactValue = (obj) => JSON.parse(redactLog(JSON.stringify(obj)))
103
104const getJsonBuffer = ({ [JSON_ERROR_KEY]: metaError }, buffer) => {
105 const items = []

Callers 1

getJsonBufferFunction · 0.85

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected