cl-maphash

cl-maphash is an alias for `maphash' in `cl.el'.

(cl-maphash FUNCTION TABLE)

This function is obsolete since 24.3;
use `maphash' instead.

Call FUNCTION for all entries in hash table TABLE.
FUNCTION is called with two arguments, KEY and VALUE.
`maphash' always returns nil.