MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / cachable.test.ts

File cachable.test.ts

packages/redis/cachable.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/** biome-ignore-all lint/correctness/noUnusedFunctionParameters: test */
2import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
3import { cacheable, getCache } from './cachable';
4import { getRedisCache } from './redis';

Callers

nothing calls this directly

Calls 8

getRedisCacheFunction · 0.90
getCacheFunction · 0.90
cacheableFunction · 0.90
cachedFnFunction · 0.85
stringifyMethod · 0.45
getMethod · 0.45
clearMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected