MCPcopy 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_boundsMethod · 0.80
bounding_boxMethod · 0.80
hit_testMethod · 0.80
supports_componentMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected