:orphan: # PetscHMapIGetSize Get the number of entries in a hash table ## Synopsis ``` #include PetscErrorCode PetscHMapIGetSize(PetscHMapI ht, PetscInt *n) ``` ## Input Parameter - ***ht -*** The hash table ## Output Parameter - ***n -*** The number of entries ## See Also `PetscHMapIResize()` ## Level developer ## Location include/petsc/private/generated_khash.h --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petsc/private/generated_khash.h) [Index of all PetscH routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)