Method code for $command_cache.cache_server_init()

[Turn off line numbering]
  1: if (!sender().has_ancestor(definer()))
  2:     throw(~nochild, sender() + " is not a descendant of " + definer() + ".");
  3: if (type(commands) != 'dictionary)
  4:     .rehash_cache();

// Created 18-Sep-1997 as a part of ColdCore, see: @help Credit

Tlon