Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/clusterfuzz
/ sleep
Function
sleep
src/python/bot/startup/run.py:91–93 ·
view source on GitHub ↗
time.sleep wrapper for mocking.
(seconds)
Source
from the content-addressed store, hash-verified
89
90
91
def
sleep(seconds):
92
""
"time.sleep wrapper for mocking."
""
93
time.sleep(seconds)
94
95
96
@untrusted_noop()
Callers
2
start_heartbeat
Function · 0.70
run_loop
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected