Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ fnname
Function
fnname
deps/v8/tools/gen-inlining-tests.py:192–196 ·
view source on GitHub ↗
(flags)
Source
from the content-addressed store, hash-verified
190
yield
initial + (True,)
191
192
def
fnname(flags):
193
assert len(FLAGLETTERS) == len(flags)
194
195
return
"f_"
+
''
.join(
196
FLAGLETTERS[i]
if
b
else
'_'
for
(i, b) in enumerate(flags))
197
198
199
NUM_TESTS_PRINTED = 0
Callers
1
printtest
Function · 0.85
Calls
2
enumerate
Function · 0.50
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…