(config, filename)
| 54 | } |
| 55 | |
| 56 | deleteFile(config, filename) { |
| 57 | return this.adapter.deleteFile(filename); |
| 58 | } |
| 59 | |
| 60 | getMetadata(filename) { |
| 61 | if (typeof this.adapter.getMetadata === 'function') { |
nothing calls this directly
no outgoing calls
no test coverage detected