MCPcopy Index your code
hub / github.com/nodejs/node / test-crypto-op-during-process-exit.js

File test-crypto-op-during-process-exit.js

test/parallel/test-crypto-op-during-process-exit.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const common = require('../common');
3if (!common.hasCrypto) { common.skip('missing crypto'); }
4const assert = require('assert');

Callers

nothing calls this directly

Calls 5

generateKeyPairFunction · 0.85
requireFunction · 0.50
setTimeoutFunction · 0.50
skipMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected