Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A Dclangd.ts158 async function parseForSourceFiles(target: string): Promise<Set<string>> { function
247 async (target) => [target, await parseForSourceFiles(target)] as const,