Function hashmap_data_get

Function Documentation

void *hashmap_data_get(struct hashmap *map, const void *key)

Returns the data from the hashmap corresponding to the given key.

Parameters:
  • map – The hashmap handle.

  • key – Key to match with

Returns:

: The data, or NULL if an error occurred or the data was not found.