Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ core_id
Method
core_id
nodedb/src/event/bus.rs:127–129 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
125
}
126
127
pub fn core_id(&self) -> usize {
128
self.core_id
129
}
130
131
/// Current ring buffer utilization as a percentage (0–100).
132
pub fn utilization(&self) -> u8 {
Callers
2
spawn_consumer
Function · 0.45
consumer_loop
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected