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

Function configure_napi

configure.py:2105–2107  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

2103 o['variables']['node_builtin_modules_path'] = options.node_builtin_modules_path
2104
2105def configure_napi(output):
2106 version = getnapibuildversion.get_napi_version()
2107 output['variables']['napi_build_version'] = version
2108
2109def configure_library(lib, output, pkgname=None):
2110 shared_lib = 'shared_' + lib

Callers 1

configure.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…