MCPcopy Create free account
hub / github.com/Moosync/Moosync / drop

Method drop

src/utils/tracing_writer.rs:120–122  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

118impl Drop for ConsoleWriter {
119 #[tracing::instrument(level = "debug", skip(self))]
120 fn drop(&mut self) {
121 let _ = self.flush();
122 }
123}

Callers

nothing calls this directly

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected