MCPcopy Create free account
hub / github.com/microsoft/debugpy / latest_of

Function latest_of

tests/timeline.py:1146–1147  ·  view source on GitHub ↗
(occurrences)

Source from the content-addressed store, hash-verified

1144
1145
1146def latest_of(occurrences):
1147 return max(occurrences, key=lambda occ: occ.index)

Callers 2

_wait_until_realizedMethod · 0.85
testMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…