MCPcopy Create free account
hub / github.com/RIP-Comm/clementine / deref

Method deref

ui/src/cpu_handler.rs:60–62  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

58}
59
60impl DerefMut for UpperHexString {
61 fn deref_mut(&mut self) -> &mut Self::Target {
62 &mut self.0
63 }
64}
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected