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

Function isBuildingSnapshot

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

Source from the content-addressed store, hash-verified

19} = internalBinding('mksnapshot');
20
21function isBuildingSnapshot() {
22 return isBuildingSnapshotBuffer[0];
23}
24
25function throwIfNotBuildingSnapshot() {
26 if (!isBuildingSnapshot()) {

Callers 15

tls.jsFile · 0.85
buffer.jsFile · 0.85
getHashCacheFunction · 0.85
initializeGlobalConsoleFunction · 0.85
constructorMethod · 0.85
[kSetServersInternal]Method · 0.85
setLocalAddressMethod · 0.85
initializeDnsFunction · 0.85
requireForUserSnapshotFunction · 0.85
throwIfBuildingSnapshotFunction · 0.85
initializeCallbacksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…