flake8
passed.
JSHint
passed.
Review Request #14662 — Created Oct. 31, 2025 and updated
The new
get_action()takes the action's ID and returns either the
instance orNone, depending on whether the ID matched an action in the
registry. This is less verbose than the.get()call, which was
performed in various places throughout the codebase.All current call sites have been updated to use the new method.
Unit tests pass.
| Summary | ID |
|---|---|
| 993452a4766caa559637b92089719040ae813449 |