Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ worker_id
Method
worker_id
components/scheduler/src/vm_session.rs:423–425 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
421
}
422
423
pub fn worker_id(&self) -> u64 {
424
self.worker.worker_id
425
}
426
427
pub fn num_pending_acks(&self) -> usize {
428
self.pending_acks.len()
Callers
2
get_status
Method · 0.80
handle_session_events
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected