Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BillyDM/Firewheel
/ deref
Method
deref
crates/firewheel-core/src/diff/notify.rs:168–170 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
166
type Target = T;
167
168
fn deref(&self) -> &Self::Target {
169
&self.value
170
}
171
}
172
173
impl<T> core::ops::DerefMut for Notify<T> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected