MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / memory.test.ts

File memory.test.ts

apps/api/tests/lib/cache/providers/memory.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from "bun:test";
2import { MemoryCacheService } from "../../../../src/lib/cache/providers/memory";
3
4const createCache = (): MemoryCacheService => new MemoryCacheService();

Callers

nothing calls this directly

Calls 6

createCacheFunction · 0.85
setMethod · 0.45
hasMethod · 0.45
delMethod · 0.45
wrapMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected