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

Function configure_quic

configure.py:2366–2368  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

2364 configure_library('ffi', o, pkgname='libffi')
2365
2366def configure_quic(o):
2367 o['variables']['node_use_quic'] = b(options.experimental_quic and
2368 not options.without_ssl)
2369
2370def configure_static(o):
2371 if options.fully_static or options.partly_static:

Callers 1

configure.pyFile · 0.85

Calls 1

bFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…