MCPcopy Create free account
hub / github.com/evilsocket/cake / cake_get_worker_status

Function cake_get_worker_status

cake-mobile/src/lib.rs:528–530  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

526
527#[no_mangle]
528pub 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.

Callers 1

getWorkerStatusMethod · 0.85

Calls 1

get_worker_statusFunction · 0.85

Tested by

no test coverage detected