Method code for $root.methods()

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

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

the Cold Dark