repository.h
30.4 KB
-
repository: constify several repo parameters for getters · d02cf564
Several functions to retrieve variables from a repository only return immutable values, which allows us to actually constify the passed-in repository parameter. Do so to help a later patch, which will only have access to a constant repository.
Patrick Steinhardt committed