MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / drop

Method drop

atomic-core/src/output/memory.rs:229–232  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

227
228impl Drop for MemoryWriter {
229 fn drop(&mut self) {
230 // Ensure content is written on drop
231 let _ = self.flush();
232 }
233}
234
235// MEMORY WORKING COPY

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected