MCPcopy Index your code
hub / github.com/RustPython/RustPython / deref_mut

Method deref_mut

crates/vm/src/types/slot.rs:107–109  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

105
106impl<T: Any + 'static> core::ops::DerefMut for TypeDataRefMut<'_, T> {
107 fn deref_mut(&mut self) -> &mut Self::Target {
108 &mut self.guard
109 }
110}
111
112#[macro_export]

Callers 3

clearMethod · 0.45
sortMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected