Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ worker
Function
worker
tests/tests/test_timeline.py:437–440 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
435
436
@daemon
437
def
worker():
438
worker_started.set()
439
worker_can_proceed.wait()
440
timeline.mark(
"dee"
)
441
442
worker_started.wait()
443
Callers
nothing calls this directly
Calls
7
MessageFactory
Class · 0.85
mark
Method · 0.80
record_event
Method · 0.80
wait
Method · 0.45
clear
Method · 0.45
event
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…