()
| 39 | } |
| 40 | |
| 41 | fn engine() -> &'static mut EngineState { |
| 42 | unsafe { ENGINE.get_mut().expect("Engine not initialized") } |
| 43 | } |
| 44 | |
| 45 | // ============================================================ |
| 46 | // CG types with objc2 Encode |
no test coverage detected