mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-15 07:42:28 +08:00
hashset.hpp
This commit is contained in:
parent
9a99dc21f1
commit
bba4edd434
@ -75,6 +75,7 @@ public:
|
||||
int
|
||||
size(void)
|
||||
{
|
||||
return str_set_size(&_str_set);
|
||||
return kh_size(_set);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user