(p: string)
| 80 | return needsGitQuoting(p) ? JSON.stringify(full) : full; |
| 81 | } |
| 82 | function metadataPathToken(p: string): string { |
| 83 | return needsGitQuoting(p) ? JSON.stringify(p) : p; |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Reconstruct a unified patch from GitHub's pulls files API response. |
no test coverage detected