Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
const
redactValue = (obj) => JSON.parse(redactLog(JSON.stringify(obj)))
103
104
const
getJsonBuffer = ({ [JSON_ERROR_KEY]: metaError }, buffer) => {
105
const
items = []
Callers
1
getJsonBuffer
Function · 0.85
Calls
1
parse
Method · 0.65
Tested by
no test coverage detected