Searched refs:listTreeAsync (Results 1 – 2 of 2) sorted by relevance
20 const listTree = await Git.listTreeAsync(
413 async listTreeAsync(ref: string, paths: string[]): Promise<GitListTree[]> { method in GitDirectory