Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ bool_string_to_number
Function
bool_string_to_number
tools/generate_config_gypi.py:27–28 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
25
return
1
if
v
else
0
26
27
def
bool_string_to_number(v):
28
return
bool_to_number(v ==
'true'
)
29
30
def
get_gn_config(out_dir):
31
# Read args from GN configurations.
Callers
1
translate_config
Function · 0.85
Calls
1
bool_to_number
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…