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

Method get_data

flow-plugins/src/utils/frame.rs:27–29  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

25 }
26 #[getter(data)]
27 fn get_data(&self) -> usize {
28 self.inner.data as usize
29 }
30
31 #[getter(width)]
32 fn get_width(&self) -> usize {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected