(locator, opts)
| 76 | } |
| 77 | |
| 78 | getLocalPath(locator, opts) { |
| 79 | return null; |
| 80 | } |
| 81 | |
| 82 | async fetch(locator, opts) { |
| 83 | const expectedChecksum = opts.checksums.get(locator.locatorHash) || null; |
nothing calls this directly
no outgoing calls
no test coverage detected