Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ next_seq
Method
next_seq
nodedb-client/src/native/connection/mod.rs:349–351 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
347
}
348
349
fn next_seq(&self) -> u64 {
350
self.seq.fetch_add(1, Ordering::Relaxed)
351
}
352
353
/// Send a request and read the response.
354
pub(crate) async fn send(
Callers
1
send
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected