MCPcopy 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
192def 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
199NUM_TESTS_PRINTED = 0

Callers 1

printtestFunction · 0.85

Calls 2

enumerateFunction · 0.50
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…