Method code for $root.set_quota_exempt()

[Turn off line numbering]
  1: arg bool;
  2: 
  3: (> .perms(sender(), $user, @$sys.system(), $root) <);
  4: if (bool)
  5:     quota_exempt = 1;
  6: else
  7:     (| clear_var('quota_exempt) |);

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

Tlon