* Returns the list of crafts currently * following this target. * @return Pointer to list of crafts. */
| 140 | * @return Pointer to list of crafts. |
| 141 | */ |
| 142 | std::vector<Target*> *Target::getFollowers() |
| 143 | { |
| 144 | return &_followers; |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Returns the great circle distance to another |
no outgoing calls
no test coverage detected