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

Method id

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

Source from the content-addressed store, hash-verified

128 /// used as a sentinel value.
129 #[inline(always)]
130 pub fn id(&self) -> NotifyID {
131 self.id
132 }
133
134 /// Get mutable access to the inner value without updating the ID.
135 pub fn as_mut_unsync(&mut self) -> &mut T {

Callers 11

updateMethod · 0.80
sync_play_eventMethod · 0.80
playback_idMethod · 0.80
construct_processorMethod · 0.80
eventsMethod · 0.80
diffMethod · 0.80
host_idMethod · 0.80
input_devicesMethod · 0.80
output_devicesMethod · 0.80
newMethod · 0.80
start_input_streamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected