MCPcopy 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

1import { describe, it, beforeEach } from 'node:test';
2import assert from 'node:assert/strict';
3import { cacheKey, cacheGet, cacheSet, cacheClear, cacheStats } from '../src/cache.js';
4

Callers

nothing calls this directly

Calls 5

cacheClearFunction · 0.90
cacheKeyFunction · 0.90
cacheGetFunction · 0.90
cacheSetFunction · 0.90
cacheStatsFunction · 0.90

Tested by

no test coverage detected