MCPcopy
hub / github.com/nodejs/undici / #makeValueUrl

Method #makeValueUrl

lib/cache/sqlite-cache-store.js:389–391  ·  view source on GitHub ↗

* @param {import('../../types/cache-interceptor.d.ts').default.CacheKey} key * @returns {string}

(key)

Source from the content-addressed store, hash-verified

387 * @returns {string}
388 */
389 #makeValueUrl (key) {
390 return `${key.origin}/${key.path}`
391 }
392
393 /**
394 * @param {import('../../types/cache-interceptor.d.ts').default.CacheKey} key

Callers 3

setMethod · 0.95
deleteMethod · 0.95
#findValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected