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

Function setDefaultSnapshotSerializers

lib/internal/test_runner/snapshot.js:55–58  ·  view source on GitHub ↗
(serializers)

Source from the content-addressed store, hash-verified

53}
54
55function setDefaultSnapshotSerializers(serializers) {
56 validateFunctionArray(serializers, 'serializers');
57 serializerFns = ArrayPrototypeSlice(serializers);
58}
59
60class SnapshotFile {
61 constructor(snapshotFile) {

Callers

nothing calls this directly

Calls 1

validateFunctionArrayFunction · 0.85

Tested by

no test coverage detected