Method code for $command_cache.cache_client_uninit()

[Turn off line numbering]
  1: var p;
  2: 
  3: if (sender() != this())
  4:     (> .perms(sender()) <);
  5: if (.is($place)) {
  6:     for p in (.contents()) {
  7:         if (p.is($command_cache))
  8:             return;
  9:     }
 10: }
 11: for p in ([this()] + parents() + modules)
 12:     (| p.cache_server_uninit() |);

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

Tlon