Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ in_flight
Method
in_flight
nodedb/src/control/request_tracker.rs:104–106 ·
view source on GitHub ↗
Number of in-flight requests.
(&self)
Source
from the content-addressed store, hash-verified
102
103
/// Number of in-flight requests.
104
pub fn in_flight(&self) -> usize {
105
self.lock_pending().len()
106
}
107
}
108
109
#[cfg(test)]
Callers
1
run
Function · 0.45
Calls
2
lock_pending
Method · 0.80
len
Method · 0.45
Tested by
no test coverage detected