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

Function report_sockets

src/debugpy/adapter/sessions.py:287–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285
286
287def report_sockets():
288 if not _sessions:
289 return
290 session = sorted(_sessions, key=lambda session: session.id)[0]
291 client = session.client
292 if client is not None:
293 client.report_sockets()

Callers

nothing calls this directly

Calls 1

report_socketsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…