(versionPath: string)
| 116 | } |
| 117 | |
| 118 | function getOrphanedAtPath(versionPath: string): string { |
| 119 | return join(versionPath, ORPHANED_AT_FILENAME) |
| 120 | } |
| 121 | |
| 122 | async function removeOrphanedAtMarker(versionPath: string): Promise<void> { |
| 123 | const orphanedAtPath = getOrphanedAtPath(versionPath) |
no outgoing calls
no test coverage detected