submodule.c
55.5 KB
-
maps: use high-level function to check existence of keys · c50a8ac2
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.
Patrick Steinhardt committed