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

Function get_worker_status

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

Source from the content-addressed store, hash-verified

65
66#[uniffi::export]
67pub 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)

Callers 1

cake_get_worker_statusFunction · 0.85

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected