Skip to content

RootCollection: cppcheck fixes

  • Pass class instances by const reference, not by value.
  • Don't use string::find to test the start of a string.

Merge request reports