Method code for $mail_db<$registry>.exact_match()

[Turn off line numbering]
  1: arg name;
  2: 
  3: // returns a direct match of the name (if there is one)
  4: if (!.has_flag('variables))
  5:     throw(~perm, "Database is not readable by sender.");
  6: name = .strip_key(name);
  7: return (> pass(name) <);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Method Ancestry Override:

 ----   38 $registry.exact_match(name)
 ----   58 $db.exact_match(key)

Tlon