MCPcopy Create free account
hub / github.com/ampproject/amphtml / getKey_

Method getKey_

src/service/storage-impl.js:358–360  ·  view source on GitHub ↗

* @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) {

Callers 2

loadBlobMethod · 0.95
saveBlobMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected