()
| 390 | let workspacePath = undefined; |
| 391 | |
| 392 | function nowIso() { |
| 393 | return new Date().toISOString(); |
| 394 | } |
| 395 | |
| 396 | function uid(prefix) { |
| 397 | return `${prefix}-${Date.now()}-${Math.random().toString(36).slice(2, 8)}`; |
no outgoing calls
no test coverage detected