gethash

gethash is a built-in function in `C source code'.

(gethash KEY TABLE &optional DFLT)

Look up KEY in TABLE and return its associated value.
If KEY is not found, return DFLT which defaults to nil.