MCPcopy 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
91def sleep(seconds):
92 """time.sleep wrapper for mocking."""
93 time.sleep(seconds)
94
95
96@untrusted_noop()

Callers 2

start_heartbeatFunction · 0.70
run_loopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected