Searched refs:parse_bazel_result (Results 1 – 1 of 1) sorted by relevance
84 return parse_bazel_result(result_file_path)168 def parse_bazel_result(result_file: Path) -> Dict[str, str]: function