Home
last modified time | relevance | path

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

/expo/tools/src/code-review/
H A Dindex.ts74 const diff = await GitHub.getPullRequestDiffAsync(prNumber);
/expo/tools/src/
H A DGitHub.ts94 export async function getPullRequestDiffAsync( function