()
| 122 | } |
| 123 | |
| 124 | fn engine() -> &'static mut EngineState { |
| 125 | unsafe { ENGINE.get_mut().expect("Engine not initialized") } |
| 126 | } |
| 127 | |
| 128 | // ============================================================ |
| 129 | // CG types with objc2 Encode |
no test coverage detected