MCPcopy 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

runFunction · 0.45

Calls 2

lock_pendingMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected