Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/bin/pick/
H A Dcore.py234 return list(split_commit_list(out.decode().strip()))
237 def split_commit_list(commits: str) -> typing.Generator[typing.Tuple[str, str], None, None]: function