ZIm/crates/debugger_ui
Joseph T. Lyons f435304209
Use read-only access methods for read-only entity operations (#31254)
This PR replaces some `update()` calls with either `read()` or
`read_with()` when the `update()` call performed read-only operations on
the entity.

Many more likely exist, will follow-up with more PRs.

Release Notes:

- N/A
2025-05-23 06:13:49 -04:00
..
src Use read-only access methods for read-only entity operations (#31254) 2025-05-23 06:13:49 -04:00
Cargo.toml Show tasks in debugger: start (#30584) 2025-05-13 14:25:37 +02:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00