Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ cache.test.ts
File
cache.test.ts
src/app/cache.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, vi } from
"vitest"
;
2
import
{ cacheInstance } from
"./cache"
;
3
4
describe(
"Cache"
, () => {
Callers
nothing calls this directly
Calls
14
dels
Method · 0.80
fn
Method · 0.80
getOrSet
Method · 0.80
tx
Method · 0.80
incr
Method · 0.80
push
Method · 0.80
sort
Method · 0.80
clear
Method · 0.65
set
Method · 0.65
get
Method · 0.65
batchSet
Method · 0.65
has
Method · 0.65
Tested by
no test coverage detected