Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dwgx/WindsurfAPI
/ cache.test.js
File
cache.test.js
test/cache.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, beforeEach } from
'node:test'
;
2
import
assert from
'node:assert/strict'
;
3
import
{ cacheKey, cacheGet, cacheSet, cacheClear, cacheStats } from
'../src/cache.js'
;
4
Callers
nothing calls this directly
Calls
5
cacheClear
Function · 0.90
cacheKey
Function · 0.90
cacheGet
Function · 0.90
cacheSet
Function · 0.90
cacheStats
Function · 0.90
Tested by
no test coverage detected