Method
getKey_
* @param {string} origin * @return {string} * @private
(origin)
Source from the content-addressed store, hash-verified
| 356 | * @private |
| 357 | */ |
| 358 | getKey_(origin) { |
| 359 | return `amp-store:${origin}`; |
| 360 | } |
| 361 | |
| 362 | /** @override */ |
| 363 | loadBlob(origin) { |
Tested by
no test coverage detected