()
| 357 | } |
| 358 | |
| 359 | get size(): number { |
| 360 | return getFileAccess().getFileSize(this.path); |
| 361 | } |
| 362 | |
| 363 | public append(content: any): Promise<void> { |
| 364 | return new Promise<void>((resolve, reject) => { |
nothing calls this directly
no test coverage detected