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

Function inspectNode

test/common/heap.js:94–96  ·  view source on GitHub ↗
(snapshot)

Source from the content-addressed store, hash-verified

92}
93
94function inspectNode(snapshot) {
95 return util.inspect(snapshot, { depth: 4 });
96}
97
98function isEdge(edge, { node_name, edge_name }) {
99 if (edge_name !== undefined && edge.name !== edge_name) {

Callers 2

validateSnapshotMethod · 0.85
validateGraphMethod · 0.85

Calls 1

inspectMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…