MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / begin_group

Method begin_group

src/renderer/default.rs:53–57  ·  view source on GitHub ↗
(&mut self, style: &Style)

Source from the content-addressed store, hash-verified

51 }
52
53 fn begin_group(&mut self, style: &Style) {
54 let size = self.get_platform_size();
55 // TODO: Implement begin_group with style and size
56 let _ = (style, size); // Temporarily silence warnings
57 }
58
59 fn end_group(&mut self) {
60 // Implementation coming soon

Callers

nothing calls this directly

Calls 1

get_platform_sizeMethod · 0.80

Tested by

no test coverage detected