MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / consume_crown

Function consume_crown

native/watchos/src/lib.rs:152–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152fn 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.

Callers 1

bloom_get_crown_rotationFunction · 0.85

Calls 1

stateFunction · 0.85

Tested by

no test coverage detected