Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ cacheKey
Function
cacheKey
apps/web/services/feed/index.ts:50–52 ·
view source on GitHub ↗
(params)
Source
from the content-addressed store, hash-verified
48
{
49
cache:
new
ExpiryMap(180000),
50
cacheKey(params) {
51
return
JSON.stringify(params);
52
},
53
}
54
);
55
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected