MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / deref_mut

Method deref_mut

crates/firewheel-core/src/diff/notify.rs:174–178  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

172
173impl<T> core::ops::DerefMut for Notify<T> {
174 fn deref_mut(&mut self) -> &mut Self::Target {
175 self.id = increment_counter();
176
177 &mut self.value
178 }
179}
180
181impl<T: Copy> Copy for Notify<T> {}

Callers

nothing calls this directly

Calls 1

increment_counterFunction · 0.85

Tested by

no test coverage detected