MCPcopy 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
314impl<T> Drop for Producer<T> {
315 fn drop(&mut self) {
316 self.shared.disconnected.store(true, Ordering::Release);
317 }
318}
319
320impl<T> Drop for Consumer<T> {

Callers

nothing calls this directly

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected