(udid: string, stamp: string)
| 184 | } |
| 185 | |
| 186 | function buildScreenMaskUrl(udid: string, stamp: string): string { |
| 187 | return buildAuthenticatedAssetUrl( |
| 188 | `/api/simulators/${udid}/screen-mask.png`, |
| 189 | stamp, |
| 190 | ); |
| 191 | } |
| 192 | |
| 193 | function buildAuthenticatedAssetUrl( |
| 194 | path: string, |
no test coverage detected