Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ get_height
Method
get_height
flow-plugins/src/utils/frame.rs:37–39 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
35
36
#[getter(height)]
37
fn get_height(&self) -> usize {
38
self.inner.height as usize
39
}
40
41
#[getter(original_width)]
42
fn original_width(&self) -> usize {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected