* Updates a given doc to have no text in redis. * @param {string} filename
(filename)
| 124 | * @param {string} filename |
| 125 | */ |
| 126 | async setContainsNoText(filename) { |
| 127 | await this.docsClient.set(filename, ''); |
| 128 | } |
| 129 | } |
| 130 | |
| 131 | /** |
no test coverage detected