(uuid: string)
| 243 | } |
| 244 | |
| 245 | export function getPauseLogMarker(uuid: string): string { |
| 246 | return `${uuid}: pauseLog`; |
| 247 | } |
| 248 | |
| 249 | export function getResumeLogMarker(uuid: string): string { |
| 250 | return `${uuid}: resumeLog`; |
no outgoing calls
no test coverage detected