MCPcopy Create free account
hub / github.com/nodejs/node / addAfterUserSerializeCallback

Function addAfterUserSerializeCallback

lib/internal/v8/startup_snapshot.js:82–84  ·  view source on GitHub ↗
(callback, data)

Source from the content-addressed store, hash-verified

80}
81
82function addAfterUserSerializeCallback(callback, data) {
83 afterUserSerializeCallbacks.push([callback, data]);
84}
85
86function initializeCallbacks() {
87 // Only run the serialize callbacks in snapshot building mode, otherwise

Callers 1

mainFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected