link method

bool link(
  1. L cell
)

Links another cell to this one

Parameters:

  • cell: The cell to link

Returns true if linking succeeded (passed test rules)

Implementation

bool link(L cell) => _properties.synapses.link(cell, host: this);