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

Function recordState

test/common/heap.js:213–215  ·  view source on GitHub ↗
(stream = undefined)

Source from the content-addressed store, hash-verified

211}
212
213function recordState(stream = undefined) {
214 return new State(stream);
215}
216
217function validateSnapshotNodes(...args) {
218 return recordState().validateSnapshotNodes(...args);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…