Name |
Last commit
|
Last update |
---|---|---|
.. | ||
indexer.c | ||
packbuilder.c | ||
sharing.c |
There currently exist two different function names for getting the entry count of maps, where offmaps offset and string maps use `num_entries` and OID maps use `size`. In most programming languages with built-in map types, this is simply called `size`, which is also shorter to type. Thus, this commit renames the other two functions `num_entries` to match the common way and adjusts all callers.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
indexer.c | Loading commit data... | |
packbuilder.c | Loading commit data... | |
sharing.c | Loading commit data... |