Function: hash-table-test

hash-table-test is a function defined in fns.c.

Signature

(hash-table-test TABLE)

Documentation

Return the test TABLE uses.

View in manual

Probably introduced at or before Emacs version 21.1.

Source Code

// Defined in /usr/src/emacs/src/fns.c
{
  return check_hash_table (table)->test->name;
}