(ref: WorkingTreeRef)
| 246 | } |
| 247 | |
| 248 | function includesUntrackedFiles(ref: WorkingTreeRef): boolean { |
| 249 | return ref === WORKING_TREE_REF.WORK; |
| 250 | } |
| 251 | |
| 252 | function buildWorkingTreeDiff(ref: WorkingTreeRef, mergeBaseSha: string): string { |
| 253 | let rawDiff = getRawDiff(workingTreeDiffArgs(ref, mergeBaseSha)); |
no outgoing calls
no test coverage detected