MCPcopy
hub / github.com/ampproject/amphtml / key_

Method key_

build-system/common/transform-cache.js:69–71  ·  view source on GitHub ↗

* @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/**

Callers 2

getMethod · 0.95
setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected