()
| 65 | |
| 66 | #[uniffi::export] |
| 67 | pub fn get_worker_status() -> String { |
| 68 | WORKER_STATUS.lock().map(|s| s.clone()).unwrap_or_default() |
| 69 | } |
| 70 | |
| 71 | // --------------------------------------------------------------------------- |
| 72 | // Cache directory (Android sets this before calling start_worker) |
no test coverage detected