Method code for $registry.exact_match()

[Turn on line numbering]
arg name;

// returns a direct match of the name (if there is one)
if (!.has_flag('variables))
    throw(~perm, "Database is not readable by sender.");
name = .strip_key(name);
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