* @brief Returns true if this node is a tracker **/
| 373 | * @brief Returns true if this node is a tracker |
| 374 | **/ |
| 375 | virtual bool isTrackerNodePlugin() const WARN_UNUSED_RETURN |
| 376 | { |
| 377 | return false; |
| 378 | } |
| 379 | |
| 380 | /** |
| 381 | * @brief Returns true if this is our tracking node. |
no outgoing calls
no test coverage detected