()
| 19 | } = internalBinding('mksnapshot'); |
| 20 | |
| 21 | function isBuildingSnapshot() { |
| 22 | return isBuildingSnapshotBuffer[0]; |
| 23 | } |
| 24 | |
| 25 | function throwIfNotBuildingSnapshot() { |
| 26 | if (!isBuildingSnapshot()) { |
no outgoing calls
no test coverage detected
searching dependent graphs…