• Show log

    Commit

  • Hash : c50a8ac2
    Author : Patrick Steinhardt
    Date : 2018-12-01T08:59:24

    maps: use high-level function to check existence of keys Some callers were still using the tightly-coupled pattern of `lookup_index` and `valid_index` to verify that an entry exists in a map. Instead, use the more high-level `exists` functions to decouple map users from its implementation.