• Show log

    Commit

  • Hash : d02cf564
    Author : Patrick Steinhardt
    Date : 2017-05-23T12:56:41

    repository: constify several repo parameters for getters
    
    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.