Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
523
pub extern
"C"
fn cake_stop_worker() {
524
stop_worker();
525
}
526
527
#[no_mangle]
528
pub extern
"C"
fn cake_get_worker_status() -> *mut c_char {
Callers
1
stopWorker
Method · 0.85
Calls
1
stop_worker
Function · 0.85
Tested by
no test coverage detected