MCPcopy Create free account
hub / github.com/Kethku/Pando / UpdateContext

Class UpdateContext

aspen/src/context_stack/update_context.rs:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8};
9
10pub struct UpdateContext<'a> {
11 context: AttachedContext<'a>,
12 mouse_region_manager: &'a mut MouseRegionManager,
13 redraw_requested: &'a mut bool,
14}
15
16impl<'a> Deref for UpdateContext<'a> {
17 type Target = AttachedContext<'a>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…