(job)
| 614 | if (!knownSessions.size && heartbeatTimer) { |
| 615 | clearInterval(heartbeatTimer) |
| 616 | heartbeatTimer = undefined |
| 617 | } |
| 618 | } |
| 619 | |
| 620 | function presetDefaults(name, args) { |
| 621 | const [maybeDuration, rest] = splitFirst(args) |
no outgoing calls
no test coverage detected