Check and fire due heartbeats.
()
| 759 | |
| 760 | /// Check and fire due heartbeats. |
| 761 | fn process_heartbeats() { |
| 762 | BackgroundWorker::transaction(|| { |
| 763 | Spi::run("SELECT claw.tick()").ok(); |
| 764 | }); |
| 765 | } |
| 766 | |
| 767 | // ── Internal types ──────────────────────────────────────────────────── |
| 768 |
no outgoing calls
no test coverage detected