Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ height
Method
height
src/graphics/texture.rs:64–66 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
62
}
63
64
pub fn height(&self) -> i32 {
65
self.raw.height
66
}
67
68
pub fn size(&self) -> (i32, i32) {
69
(self.raw.width, self.raw.height)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected