Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ TaskId
Class
TaskId
nodedb/src/control/shutdown/bus.rs:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
/// Unique task identifier within the bus.
46
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
47
pub struct TaskId(u64);
48
49
/// Internal record per registered task.
50
struct TaskEntry {
Callers
1
alloc_id
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected