MCPcopy Create free account
hub / github.com/Sly777/ran / getCacheKey

Function getCacheKey

server.js:58–60  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

56 * an immediate page change (e.g a locale stored in req.session)
57 */
58const getCacheKey = function getCacheKey(req) {
59 return `${req.url}`;
60};
61
62const renderAndCache = function renderAndCache(
63 req,

Callers 1

renderAndCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected