Method
description
@return {string} A description of this condition.
()
Source from the content-addressed store, hash-verified
| 85 | |
| 86 | /** @return {string} A description of this condition. */ |
| 87 | description() { |
| 88 | return this.description_ |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | /** |
Tested by
no test coverage detected