Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1146
def
latest_of(occurrences):
1147
return
max(occurrences, key=
lambda
occ: occ.index)
Callers
2
_wait_until_realized
Method · 0.85
test
Method · 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…