Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ raw_bounds
Method
raw_bounds
consumer/src/node.rs:305–307 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
303
}
304
305
pub fn raw_bounds(&self) -> Option<Rect> {
306
self.data().bounds()
307
}
308
309
pub fn has_bounds(&self) -> bool {
310
self.raw_bounds().is_some()
Callers
6
has_bounds
Method · 0.80
bounding_box
Method · 0.80
bounding_box_in_coordinate_space
Method · 0.80
hit_test
Method · 0.80
supports_component
Method · 0.80
raw_bounds_and_transform
Method · 0.80
Calls
1
data
Method · 0.80
Tested by
no test coverage detected