()
| 30 | const { sweepStaleInstances } = require('../core/coordination/sweep'); |
| 31 | |
| 32 | function generateId() { |
| 33 | const id = generateInstanceId(); |
| 34 | console.log(id); |
| 35 | return id; |
| 36 | } |
| 37 | |
| 38 | function register(id) { |
| 39 | registerInstance(id); |
no test coverage detected