Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ drop
Method
drop
nodedb-bridge/src/buffer.rs:315–317 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
313
314
impl<T> Drop for Producer<T> {
315
fn drop(&mut self) {
316
self.shared.disconnected.store(true, Ordering::Release);
317
}
318
}
319
320
impl<T> Drop for Consumer<T> {
Callers
nothing calls this directly
Calls
1
store
Method · 0.45
Tested by
no test coverage detected