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

Function setupQuic

lib/internal/process/pre_execution.js:416–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414}
415
416function setupQuic() {
417 if (!getOptionValue('--experimental-quic')) {
418 return;
419 }
420
421 const { BuiltinModule } = require('internal/bootstrap/realm');
422 BuiltinModule.allowRequireByUsers('quic');
423}
424
425function setupVfs() {
426 if (!getOptionValue('--experimental-vfs')) {

Callers 1

prepareExecutionFunction · 0.85

Calls 3

getOptionValueFunction · 0.85
allowRequireByUsersMethod · 0.80
requireFunction · 0.50

Tested by

no test coverage detected