oidset: introduce 'oidset_size'
authorTaylor Blau <redacted>
Tue, 14 Apr 2020 04:04:22 +0000 (22:04 -0600)
committerJunio C Hamano <redacted>
Wed, 15 Apr 2020 16:20:29 +0000 (09:20 -0700)
commitf4781068faafad5e10fb6e8ae312ebd5b0e7bb55
tree69daf700e92b80bf5c12e0690741f8298ef1df15
parent8a6ac287b2ba5f75bb2d9409dd97e9b501daf253
oidset: introduce 'oidset_size'

Occasionally, it may be useful for callers to know the number of object
IDs in an oidset. Right now, the only way to compute this is to call
'kh_size' on the internal 'kh_set_oid_t'.

Similar to how we wrap other 'kh_*' functions over the 'oidset' type,
let's allow callers to compute this value by introducing 'oidset_size'.

We will add its first caller in the subsequent commit.

Signed-off-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
oidset.c
oidset.h
git clone https://git.99rst.org/PROJECT