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

Function throwIfNotBuildingSnapshot

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

Source from the content-addressed store, hash-verified

23}
24
25function throwIfNotBuildingSnapshot() {
26 if (!isBuildingSnapshot()) {
27 throw new ERR_NOT_BUILDING_SNAPSHOT();
28 }
29}
30
31function throwIfBuildingSnapshot(reason) {
32 if (isBuildingSnapshot()) {

Callers 3

addDeserializeCallbackFunction · 0.85
addSerializeCallbackFunction · 0.85

Calls 1

isBuildingSnapshotFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…