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

Method as_mut_unsync

crates/firewheel-core/src/diff/notify.rs:135–137  ·  view source on GitHub ↗

Get mutable access to the inner value without updating the ID.

(&mut self)

Source from the content-addressed store, hash-verified

133
134 /// Get mutable access to the inner value without updating the ID.
135 pub fn as_mut_unsync(&mut self) -> &mut T {
136 &mut self.value
137 }
138
139 /// Manually update the internal ID without modifying the internals.
140 pub fn notify(&mut self) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected