Skip to content

TileMonitoring: Fix cppcheck 2.14 warnings.

Pass strings by const reference, not by value. Prefer returning const references to members rather than copies. Copying values in range-for.

Merge request reports