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

Function without_sqlite_error

configure.py:2318–2319  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

2316 o['variables']['node_use_sqlite'] = b(not options.without_sqlite)
2317 if options.without_sqlite:
2318 def without_sqlite_error(option):
2319 error(f'--without-sqlite is incompatible with {option}')
2320 if options.shared_sqlite:
2321 without_sqlite_error('--shared-sqlite')
2322 return

Callers 1

configure_sqliteFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…