Home
last modified time | relevance | path

Searched refs:_ensure_is_valid_presubmit_check_function (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dpresubmit.py835 _ensure_is_valid_presubmit_check_function(check)
1014 def _ensure_is_valid_presubmit_check_function(chk: Callable) -> None: function