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

Method inner_mut

atomic-core/src/output/traits.rs:646–648  ·  view source on GitHub ↗

Get a mutable reference to the underlying writer.

(&mut self)

Source from the content-addressed store, hash-verified

644
645 /// Get a mutable reference to the underlying writer.
646 pub fn inner_mut(&mut self) -> &mut W {
647 &mut self.writer
648 }
649
650 /// Consume this writer and return the underlying writer.
651 pub fn into_inner(self) -> W {

Callers 1

test_writer_inner_mutFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_writer_inner_mutFunction · 0.36