* Determines if the node is UP now (seen as UP by the driver). * @returns {boolean}
()
| 220 | * @returns {boolean} |
| 221 | */ |
| 222 | isUp() { |
| 223 | return !this.setDownAt; |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Determines if the host can be considered as UP. |
no outgoing calls
no test coverage detected