Method
key_
* @param {string} hash * @return {string} * @private
(hash)
Source from the content-addressed store, hash-verified
| 67 | * @private |
| 68 | */ |
| 69 | key_(hash) { |
| 70 | return `${API_VERSION}_${hash}.json`; |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | /** |
Tested by
no test coverage detected