HashTable.findEntry

Looks up an entry in the array, and returns it if it's key is empty or matching

struct HashTable
findEntry
(
string key
)

Parameters

key string

The key to look for in the entries

Return Value

Type: Entry*

A pointer to the found entry

Meta