Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ fn
Function
fn
packages/redis/cachable.test.ts:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
let
fnCalled = false;
42
const
fn =
async
() => {
43
fnCalled = true;
44
return
mockData;
45
};
46
47
const
result =
await
getCache(
'test-key'
, 3600, fn);
48
Callers
15
tracker.ts
File · 0.85
auth.test.ts
File · 0.85
withErrorHandling
Function · 0.85
profiles.test.ts
File · 0.85
tools.test.ts
File · 0.85
getCache
Function · 0.85
cachedFn
Function · 0.85
runEvery
Function · 0.85
itCH
Function · 0.85
parallelLimit
Method · 0.85
worker
Method · 0.85
timeAdd
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected