llvm::StringMapImpl::getNumBuckets

Return the number of allocated hash buckets.

Synopsis

Declared in <llvm/ADT/StringMap.h>

[[nodiscard]]
unsigned int
getNumBuckets() const;

Return Value

The number of allocated hash buckets.

NOTE

The return value should not be discarded.