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

Method original_width

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

Source from the content-addressed store, hash-verified

40
41 #[getter(original_width)]
42 fn original_width(&self) -> usize {
43 self.inner.original_width as usize
44 }
45
46 #[getter(original_height)]
47 fn original_height(&self) -> usize {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected