Home
last modified time | relevance | path

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

/expo/tools/src/code-review/reviewers/
H A DreviewForbiddenFiles.ts20 const listTree = await Git.listTreeAsync(
/expo/tools/src/
H A DGit.ts413 async listTreeAsync(ref: string, paths: string[]): Promise<GitListTree[]> { method in GitDirectory