Eduardo Arias 34da8eeeee Pass RuleWithActions::executeTransformation arguments by reference
- This function already expects these arguments not to be null pointers,
  doesn't validate them and just dereference them.
- In order to make this explicit and enforced by the compiler, they're
  now passed as references.
2024-08-27 10:00:38 -03:00
..
2022-01-20 14:04:30 -08:00
2021-02-04 11:07:22 -03:00
2021-02-04 11:07:22 -03:00
2021-01-19 09:24:37 -03:00