Method code for $outbound_connection.new()

[Turn off line numbering]
  1: var child, daemon, port, i;
  2: 
  3: (| .perms(sender(), 'trusts) |) || (> .perms(caller(), 'trusts) <);
  4: child = .spawn();
  5: 
  6: // do perms stuff
  7: child.add_writer(sender());
  8: child.add_writer(this());
  9: child.new_interface(sender());
 10: return child;

// Created 06-Oct-1996 as a part of ColdCore, see: @help Credit

Method Ancestry Override:

 ----   65 $outbound_connection.new()
 ----   40 $root.new(@suffix)

Tlon