Searched refs:getPatchContents (Results 1 – 2 of 2) sorted by relevance
86 public function getPatchContents(int $bugId, string $name, int $revision): string function in App\\Repository\\PatchRepository
83 $patchcontents = $patchRepository->getPatchContents($buginfo['id'], $patch_name, $revision);
Completed in 5 milliseconds