MCPcopy Index your code
hub / github.com/nodejs/node / createDeepNestedObject

Function createDeepNestedObject

test/parallel/test-assert-partial-deep-equal.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17function createDeepNestedObject() {
18 return { level1: { level2: { level3: 'deepValue' } } };
19}
20
21async function generateCryptoKey() {
22 const { KeyObject } = require('node:crypto');

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…