Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ wait
Method
wait
ci/tests/test_ninja_maintenance.py:41–43 ·
view source on GitHub ↗
(self, echo: bool = False)
Source
from the content-addressed store, hash-verified
39
self._rc = returncode
40
41
def
wait(self, echo: bool = False) -> int:
42
del echo
43
return
self._rc
44
45
46
def
_fake_running_process(returncode: int) -> Any:
Callers
9
fetch_and_filter_job_logs
Method · 0.45
test_debug_runner_no_hang
Function · 0.45
test_real_force_kill_and_auto_recovery
Method · 0.45
test_buildlock_auto_recovery
Method · 0.45
test_multiple_sequential_recoveries
Method · 0.45
test_sanity
Method · 0.45
test_line_iter_basic
Method · 0.45
test_timeout_and_kill
Method · 0.45
test_output_formatter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected