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

Function cake_stop_worker

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

Source from the content-addressed store, hash-verified

521
522#[no_mangle]
523pub extern "C" fn cake_stop_worker() {
524 stop_worker();
525}
526
527#[no_mangle]
528pub extern "C" fn cake_get_worker_status() -> *mut c_char {

Callers 1

stopWorkerMethod · 0.85

Calls 1

stop_workerFunction · 0.85

Tested by

no test coverage detected