Method code for $command_cache.cache_server_init()

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

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

the Cold Dark