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

Function initializeCallbacks

lib/internal/v8/startup_snapshot.js:86–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86function initializeCallbacks() {
87 // Only run the serialize callbacks in snapshot building mode, otherwise
88 // they throw.
89 if (isBuildingSnapshot()) {
90 setSerializeCallback(runSerializeCallbacks);
91 }
92}
93
94let deserializeMainIsSet = false;
95function setDeserializeMainFunction(callback, data) {

Callers 1

Calls 1

isBuildingSnapshotFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…