Method code for $root.find_method()

[Turn off line numbering]
  1: arg name;
  2: 
  3: if (!.has_flag('methods, sender()))
  4:     throw(~perm, sender() + " doesn't have permission to find methods on " + this());
  5: return (> find_method(name) <);

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

the Cold Dark