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

Function without_ssl_error

configure.py:2250–2251  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

2248
2249 if options.without_ssl:
2250 def without_ssl_error(option):
2251 error(f'--without-ssl is incompatible with {option}')
2252 if options.shared_openssl:
2253 without_ssl_error('--shared-openssl')
2254 if options.openssl_no_asm:

Callers 1

configure_opensslFunction · 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…