Method code for $root.method_flags()

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

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

Tlon