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

Function setupSQLite

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

Source from the content-addressed store, hash-verified

389}
390
391function setupSQLite() {
392 if (getOptionValue('--no-experimental-sqlite')) {
393 return;
394 }
395
396 const { BuiltinModule } = require('internal/bootstrap/realm');
397 BuiltinModule.allowRequireByUsers('sqlite');
398}
399
400function initializeConfigFileSupport() {
401 if (getOptionValue('--experimental-config-file')) {

Callers 1

prepareExecutionFunction · 0.85

Calls 3

getOptionValueFunction · 0.85
allowRequireByUsersMethod · 0.80
requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…