()
| 526 | |
| 527 | #[no_mangle] |
| 528 | pub extern "C" fn cake_get_worker_status() -> *mut c_char { |
| 529 | CString::new(get_worker_status()).unwrap_or_default().into_raw() |
| 530 | } |
| 531 | |
| 532 | /// # Safety |
| 533 | /// `path` must be a valid, non-null, NUL-terminated C string. |
no test coverage detected