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

Method notify

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

Manually update the internal ID without modifying the internals.

(&mut self)

Source from the content-addressed store, hash-verified

138
139 /// Manually update the internal ID without modifying the internals.
140 pub fn notify(&mut self) {
141 self.id = increment_counter();
142 }
143}
144
145impl<T> AsRef<T> for Notify<T> {

Callers 1

show_bodyMethod · 0.80

Calls 1

increment_counterFunction · 0.85

Tested by

no test coverage detected