()
| 150 | } |
| 151 | |
| 152 | fn consume_crown() -> f64 { |
| 153 | let s = state(); |
| 154 | let bits = s.crown_bits.swap(0, Ordering::AcqRel); |
| 155 | f64::from_bits(bits) |
| 156 | } |
| 157 | |
| 158 | // ============================================================ |
| 159 | // Swift → Rust inbound hooks. Called from BloomWatchApp.swift. |
no test coverage detected