* Returns list of warnings if any. * @returns {Error[] | undefined} list of warnings if any
()
| 771 | * @returns {Error[] | undefined} list of warnings if any |
| 772 | */ |
| 773 | getWarnings() { |
| 774 | return this._warnings; |
| 775 | } |
| 776 | |
| 777 | /** |
| 778 | * Gets number of warnings. |
no outgoing calls
no test coverage detected