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

Function SuspectListString

deps/v8/tools/release/roll_bisect.py:281–283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 return "?"
280
281 def SuspectListString():
282 return "\n".join("* %s (%s)" % (sha, IndexState(i))
283 for i, sha in enumerate(suspect_shas))
284
285 if first_bad < last_good - 1:
286 suspect_sha = None

Callers 1

mainFunction · 0.85

Calls 3

IndexStateFunction · 0.85
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…