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

Function IndexState

deps/v8/tools/release/roll_bisect.py:273–279  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

271 last_good = len(suspect_shas)
272
273 def IndexState(i):
274 if i <= first_bad:
275 return "Bad"
276 elif i >= last_good:
277 return "Good"
278 else:
279 return "?"
280
281 def SuspectListString():
282 return "\n".join("* %s (%s)" % (sha, IndexState(i))

Callers 1

SuspectListStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected