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

Method get_width

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

Source from the content-addressed store, hash-verified

30
31 #[getter(width)]
32 fn get_width(&self) -> usize {
33 self.inner.width as usize
34 }
35
36 #[getter(height)]
37 fn get_height(&self) -> usize {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected