MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / as_mut_ptr

Method as_mut_ptr

flow-message/src/c.rs:29–31  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

27 }
28
29 pub fn as_mut_ptr<T>(&mut self) -> *mut T {
30 self.0.as_mut().unwrap().ptr as *mut T
31 }
32}
33
34impl Drop for Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected