Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py474 _ensure_is_valid_presubmit_check_function(check_function)
542 def _ensure_is_valid_presubmit_check_function(check: Callable) -> None: function