(value)
| 122 | |
| 123 | _databaseURL: string; |
| 124 | set databaseURL(value) { |
| 125 | this._databaseURL = value; |
| 126 | } |
| 127 | get databaseURL(): string { |
| 128 | if (this._databaseURL) { |
| 129 | return this._databaseURL; |
nothing calls this directly
no outgoing calls
no test coverage detected