Function: hash-get
hash-get is a function alias for hash-lookup, defined in hasht.el.
Signature
(hash-get KEY HASH-TABLE)
Documentation
Lookup KEY, a string, in HASH-TABLE and return associated value.
Do nothing and return nil if KEY or HASH-TABLE are of the wrong type.
If value is nil, this function does not tell you whether or not KEY is
in the hash table. Use hash-key-p instead for that function.