MCPcopy Create free account
hub / github.com/AccessKit/accesskit / has_bounds

Method has_bounds

consumer/src/node.rs:309–311  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

307 }
308
309 pub fn has_bounds(&self) -> bool {
310 self.raw_bounds().is_some()
311 }
312
313 /// Returns the node's transformed bounding box relative to the tree's
314 /// container (e.g. window).

Callers

nothing calls this directly

Calls 1

raw_boundsMethod · 0.80

Tested by

no test coverage detected